Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Not sure what your use case is but it's possible that you're not using CSS to its full potential
-
aj73975224yI personally use CSS but split the styling into multiple files during development (as many as I need no matter how many). Using techniques based on modern css rules such as grid and flexbox makes it easy to scale css and write less styling code.
Finally, I find an automated way to bundle them before going to production.
SCSS is quite good as well if you find that easier. -
I kind of agree, but it definitely depends on how well you structure your project from the start. If you use classes, etc... In a good way from the get-go it works pretty well. But if you're unorganized it will bite you in the ass later, cause it's a real pain to refactor CSS.
-
Raddy834yIt could get a little messy on hudge projects. The best is probably to do component based CSS, use SCSS and BEM methodology
Related Rants
Does anyone else here find vanilla css unscalable, to a point where it's just unusable
rant
css