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
-
I use it all the time in Wordpress. Had to use it the other day in a sub theme to change some of the default fonts to a different font.
-
Voxera115855yI usually use plain css but we did use scss at work.
Its really not that complex once you understand its place in the rendering.
Or until you dig into the really complex stuff ;) -
Root825575yCSS frameworks often get in the way. I find myself fighting against them much more than they help me, so I generally just write all of my own styles. Fewer collisions and specificity issues that way.
-
C0D4681455yOne should not use a framework before they understand the core.
Frameworks can get in the way, or start misbehaving on edge cases, it is someone else's code right....
Frameworks add abstraction not simplicity when you have to fight with them or override them. -
C0D4681455y@M1sf3t call me crazy, but you're missing a few ++ ๐คจ
And yes abstraction only gets worse the further away you get. -
Hazarth94865yWait, are we getting to the point where people actually think css is no longer written by framework devs? Huh... Next thing you'll tell me that react devs don't write javascript
Related Rants
I thought nobody actually use directly CSS instead using a framework that hiddes it for real applications.
I thought it until meet my frontend coworker. He not only uses it, also understand it.
Admiration has born inside me.
rant
admiration
css