DEV Community

Discussion on: Looking for a CSS framework that I don't have to fight against it (also Vue Framework)

Collapse
 
zazaian profile image
Mike Zazaian

Any reason why you don't want to just write your own CSS with something like SASS or SCSS? It seems like this will usually be the most flexible and most lightweight approach, if that's what you're looking for.

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

I can use some global CSS / SCSS, with Vue SFC scoped CSS / SCSS as well. Still I do want to use a pre-made Components. I might go with this option.

Tailwind with purge CSS might not be a option as well, but never tried for real.

Collapse
 
zazaian profile image
Mike Zazaian

Sounds like that might be a good choice. I just know as a matter of experience that I've never needed most of the features offered by really any CSS framework that I've used, and writing most of my own SASS mixins over time to support functionality that I use frequently still gives me flexibility to reuse components, but lets me continue to flex my vanilla CSS muscles and be thoughtful about writing efficient and powerful combinations of CSS declarations.

Thread Thread
 
pkanane profile image
pkanane

Mike I couldn't agree with you more.