sampl / firefly

Web app boilerplate for beginners based on Firebase and React 🔥
http://getfirefly.org/
234 stars 42 forks source link

CSS modules? #155

Closed sampl closed 5 years ago

sampl commented 5 years ago

Built into CRA now https://github.com/facebook/create-react-app/issues/5103

https://github.com/css-modules/css-modules

sampl commented 5 years ago

Idk styled components are pretty great, though I don't use them to their full potential. Worth trying CSS M at some point, exp to take away a dependency

sampl commented 5 years ago

CSS Modules still require you to "import" each individual style, plus require more syntax in the views.