What is Sass?

Technology CommunityCategory: CSSWhat is Sass?
VietMX Staff asked 3 years ago

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.