DEV Community

Discussion on: What's your favorite CSS approach?

Collapse
 
dennisfrijlink profile image
Dennis Frijlink • Edited

My favorite is Bulma with PurgeCSS. Most of the time I write my CSS by myself. But I use things like 'responsive grids' from css libraries. Bulma has a great documentation, high popularity, a lot of opportunities and is based on flexbox. Bulma consists of 39 .sass files that you can import individually.

If you use the whole Bulma I prefer to use it together with PurgeCSS.