Hi, our current project hasn't global css classes, we obfuscate everything with css modules, we added node-sass only to be able to work with react-dates.
The idea:
What do you think about it?
No; a) airbnb doesn't use CSS modules, and b) #722 will convert to use react-with-styles, where you can create your own react-with-styles-interface-css-modules and use CSS Modules all you like.
@ljharb's approach is the right one! :) a react-with-styles interface to support css modules would be a great addition.
I had to put node-sass dependency to the project to be able to use this module, with react-with-styles-interface-css-modules will it still be needed?
That's up to that interface (which does not yet exist).
Thank you :)
Most helpful comment
@ljharb's approach is the right one! :) a
react-with-stylesinterface to support css modules would be a great addition.