SASS and SCSS are two ways to programatically write CSS , but I need to know basic difference between the two
Thanks
Regards
KeshavKelkar
Solved! Go to Solution.
SASS is an extension to CSS to allow for easier readability and maintenance. It comes with two main syntaxes:
You can see a comparison between the two syntaxes in the code samples which have a "Sass" and "SCSS" tab here: http://sass-lang.com/guide
So to answer your question: In the Lithium scenario SCSS and SASS are actually the same 🙂 The former being the syntax to achieve the latter.
Here's some further reading on history giving a good comparison between the two.
http://www.thesassway.com/editorial/sass-vs-scss-which-syntax-is-better
Welcome to the Technology board!
Curious about our platform? Looking to connect on social technology? You've come to the right place!