DEV Community

Discussion on: How do you organize your CSS?

Collapse
 
lynnewritescode profile image
Lynne Finnigan • Edited

I use SMACSS, and have one SCSS partial per component, named the same as the overall component class name. These partials are in relevant folders such as basic setup, structure, views, etc. I then pull these into a styles.scss and core.scss file, where core is all the main structural stuff that gets loaded first.

Some of the organisation is covered in my post here: