QuestionsCategory: OtherWhat is Sass ? how to use it and compile ?
Editor asked 2 years ago

What is Sass ? how to use it and compile ?

1 Answers
Editor answered 2 years ago

Sass stands for Syntactically Awesome Style Sheets. It is a CSS preprocessor. The syntax is .scss (example style.scss) and output file can be style.css.
How to compile?
There are many tools for compiling the Sass which are paid and free.

How to use it?

Using is a pretty easy way. See the Sass Documentation(http://sass-lang.com/documentation/file.SASS_REFERENCE.html) for additional references and examples.

Your Answer

16 + 10 =