You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no good way to use composes unless you apply all of your loaders inline. It's recommended that you use @value and @mixin instead. See comments in Item.vue
This doesn't work (postcss not applied):
This does:
Also
import
will apply loaders, i.e.:But it should be baked in.
webpack-contrib/postcss-loader#40
webpack-contrib/css-loader#137
https://forum.vuejs.org/t/css-modules-composes-and-vue-loader/6941/3
https://github.com/css-modules/postcss-modules
The text was updated successfully, but these errors were encountered: