DEV Community

Discussion on: 6 awesome CSS frameworks, which you should know as a front-end developer

Collapse
 
jwp profile image
John Peters

I've recently ditched all CSS Frameworks in favor of the HTML 5 Grid system. It's much easier to use; in my opinion, and is not a DSL, Domain Specific Language.

Collapse
 
duomly profile image
Duomly

Grid system is also great :)

Collapse
 
giorgosk profile image
Giorgos Kontopoulos 👀

I agree you can do most things a framework gives you with Grid or Flexbox ( I usually choose flexbox when there is a need for IE11 support :-( )