akanix42 / meteor-css-modules

MIT License
92 stars 19 forks source link

Imported SCSS files are not merged with final CSS file? #97

Closed dnish closed 7 years ago

dnish commented 7 years ago

Hey, if I import some .scss files within my React components (all files are saved in /imports), the styles are not appended to the merges css file, instead I have a lot of inline style tags with all of my renamed classes. Is this the normal behavior when using css modules?

akanix42 commented 7 years ago

This is normal behavior for Meteor when using css (scss, etc) files in the imports directory.

dnish commented 7 years ago

Ah okay, I just thought that the plugin bundles it.