Sass

SASS- Syntactically Awesome Style Sheets

what is Sass?
SASS (Syntactically Awesome Stylesheet) is a CSS pre-processor, which helps to reduce repetition with CSS and saves time.
It is more stable and powerful CSS extension language that describes the style of a document cleanly and structurally.


Why to Use Sass?
It is a pre-processing language which provides indented syntax (itsown syntax) for CSS.


It provides some features, which are used for creating stylesheets that allows writing code more efficiently and is easy to maintain.


It is a super set of CSS, which means it contains all the features of CSS and is an open source pre-processor, coded in Ruby.


It provides the document style in a good, structured format than flat CSS. It uses re-usable methods, logic statements and some of the built-in functions such as color manipulation, mathematics and parameter lists.

Features of Sass
It is more stable, powerful, and compatible with versions of CSS.


It is a super set of CSS and is based on JavaScript.


It is known as syntactic sugar for CSS, which means it makes easier way for user to read or express the things more clearly.


It uses its own syntax and compiles to readable CSS.


You can easily write CSS in less code within less time.


It is an open source pre-processor, which is interpreted into CSS.

Comments