CSS Modules in Meteor

I was working on adding support for CSS Modules in our Meteor app and decided to make a slightly more general blog post on creating compiler plugins in Meteor. It’s “On CSS Modules in Meteor” on my blog and, as usual, I posted it to r/programming and r/meteor for visibility.

Let me know if you find it helpful and whether you’d like to see more texts like this!

6 Likes

Very nice article! I mostly use Vue myself and for me one of the major benefits of it is single file components with scoped CSS. Writing just plain CSS that’s scoped and very close to the markup just feels right :slight_smile: