doczjs / docz-plugin-css

This package makes it possible to use preprocessors and css modules on docz
https://docz.site
38 stars 32 forks source link

CSS Modules is forced even without `.module` extension #10

Open enzoferey opened 5 years ago

enzoferey commented 5 years ago

Hi !

When using the cssmodules flag for SASS files, I noticed that even if the file doesn't have the .module extension it still bundles it as it was a CSS module. This means we can't use in the same project both CSS Modules and normal CSS.

Maybe https://github.com/pedronauck/docz-plugin-css/pull/6 fixes it ?

jnaudin commented 5 years ago

Hello, I also would like this feature. Is there any release scheduled ? Thanks