DEV Community

Discussion on: CSS got too many moving parts

Collapse
 
jwp profile image
John Peters • Edited

This will help. Start using html5 grid for all layout. It's better than flex box because it does both columns and rows plus areas.
Then switch to Scss for it's power in Specivity. The only others things needed are margins, colors, borders, font size and padding. Use only em, rem or vh sizes and you're set.