vue-css-modules
vue-css-modules copied to clipboard
Seamless mapping of class names to CSS Modules inside of Vue components.
At the moment, the library works up to SASS-Loader version 7. In versions 8 and 9 it is no longer connected.
No .d.ts declaration files for typescript
Declare global css styles, requried everywhere ``` Vue.mixin(CSSModules({ injectAttr: 'mixinClass', styles: { ...stylesFonts, ...stylesCommon }, }),); ``` Next time we try mixin CSSModules, it rewrites the previous one. Global styles...