+ 1
sass/scss
I've been reading around that Sass and/or Scss were made to simplify repetition and long and boring changes in css. However, with a decent IDE you can change values, selector and lots of things pretty easily. Question is: Do people use Sass/Scss syntax a lot?
1 Answer
+ 2
yes, we strictly use scss in our projects.
Also, sass and scss are better than vanilla css because of their elegance and ease of understanding. No matter how great ide you're using, convoluted code will always bog you down, be that was your code or others. IDEs help you code fast, not understand others code fast.