DEV Community

Discussion on: Why doesn't CSS move faster (like JavaScript)?

Collapse
 
aspittel profile image
Ali Spittel

I think that CSS has focused on adding styling features rather than language features. Flexbox, grid, variables, Houdini etc. are huge in terms of making design easier with CSS.

I think the basic syntax of CSS is pretty great -- it's super explicit. I could see it adopting some of the awesome SASS/SCSS features in the future (like looping), but that could be difficult to implement in the browser.