+1 vote
in HTML by

 What is Sass?

1 Answer

0 votes
by

Sass or Syntactically Awesome StyleSheets is a CSS preprocessor that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized, and get small stylesheets up and running quickly.

CSS preprocessor is a scripting language that extends CSS by allowing developers to write code in one language and then compile it into CSS.

Related questions

+1 vote
+1 vote
asked Aug 17, 2020 in HTML by RShastri
+2 votes
asked Jul 7, 2021 in CSS by rajeshsharma
...