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
-
olback109816yI always wrote plain CSS. But like a week ago, I decided to try scss. Not a huge difference but it has nice features.
-
i was in love with stylus but it's so tempting to change the css output by hand. Which results that the transpiler stops working 😆
But since there are css custom properties ( css variables ), i don't use these anymore.
https://goo.gl/axaVT
Using CSS custom properties (variables) - CSS: Cascading Style ... -
devJs13326ydont know about LESS, SASS is nice and lets me nest classes so i can write BEM effortlessly, same with stylus and PostCSS. Stylus sometimes throws errors if indented with spaces instead of tabs or vice versa, depends how you configure it, so it breaks at compile time. My list is: PostCSS, SASS, Stylus, LESS.
Currently trying JSS, seems promising for web apps for now -
Scss, especially for the nesting. I like it better than sass because css is valid scss but not valid sass.
-
Lyniven45596yTried all of them (but I'm a backend grill) and i hightly prefer sass. Then it's your choice
Related Rants
SASS vs. LESS vs. Stylus.
What's the better stylesheets language?
question
css
stylus
less
sass