1
2Syntactically Awesome Stylesheets (Sass) and Leaner CSS (LESS) are both CSS
3preprocessors. They are special stylesheet extensions that make designing easier
4and more efficient. Both Sass and LESS compile into CSS stylesheets so that
5browsers can read them. This is a necessary step because modern browsers cannot
6read .
7
8Go to this site for differenced between SASS and LESS
9 https://css-tricks.com/sass-vs-less/