DEV Community

Discussion on: Let's Take a Look at CSS in JS with React in 2019 - CSS & Inline Styling

Collapse
 
pencillr profile image
Richard Lenkovits

I'm listening. *clicks follow* :D
By the way, personally what I'm doing now is that I have scss files that I import around, and I only use inline styles where I want to do parameter expansion from JS into the styles. Like when there is a color picker for a field in the CMS. Or when I want to do some responsive dynamics.

Collapse
 
phizzard profile image
Phil Tietjen

Super appreciate the follow :D. Now I have obligations to continue the series!

I've used SCSS with react too though I was soured because those stylesheets were poorly written. I enjoyed the nesting rules though!

Glad to hear it's working for you though!