Did you ran npm run build
(or whatever you named it) to build your assets with Webpack? got any errors?
It’d helpful if you can share your webpack.config.js with us. Also if you’re not referencing “css” inside your JavaScript, keep it simple:
import '../css/app.scss';