What is LESS& SASS subdivision of CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is LESS& SASS subdivision of CSS

I just went through well development tutorial there I got the information that we need to know any one of SASS or LESS . what are these ,how they differ ?Then what is these different from what we learnt?

27th Mar 2017, 12:59 PM
Abhishek Kumar Mishra
Abhishek Kumar Mishra - avatar
1 Answer
+ 4
What we learnt is plain CSS (which is quite powerful IMHO). For even more sophisticated functionalities, you may adopt a *CSS pre-processor* like Sass or LESS (or Stylus, according to what I've read): https://www.keycdn.com/blog/sass-vs-less/ CSS pre-processors take one CSS with embedded scripting, and transform it into a plain CSS. The advantage is that, with the help of pre-processors, you can achieve quite complicated features (as loops, includes, etc.) with very few commands.
27th Mar 2017, 5:00 PM
Álvaro