1 upvotes, 0 direct replies (showing 0)
View submission: What's your approach to CSS?
Just organized scss files separated into different groups and files.
Add your favorite scss reset and helper classes that you can throw around everywhere. Make sure to style stuff so it's scoped.
Hardest part is naming stuff.
If a react project I use styled components.
There's nothing here!