DEV Community

Discussion on: Inviting frontend devs to FluidCSS!

Collapse
 
dennisfrijlink profile image
Dennis Frijlink • Edited

I recommend using PurgeCSS. It's compatible with almost every framework/library and works perfect.

Maybe it's an idea to make a minimal library for pure layout tools instead of components. Think of useful sass mix-ins, responsive flex columns, defined breakpoints and so on.

For example: github.com/dennisfrijlink/flexboxgrid. It is a small css file based on the columns of bulma. Perfect for making a responsive website. With PurgeCSS I delete the classes I don't use.

Collapse
 
nikhilmwarrier profile image
nikhilmwarrier

Nope. The other way round. Focusing more on components.