Sunday, June 11, 2017

SASS





Sass

  • Sass stands for Syntactically Awesome StyleSheet
  • It is a CSS Pre-Processor
  • Its helps to reduce repetition with CSS and saves time

Adventages 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.
Saving SASS File.

  • SASS File's extension is .sass
  • We can to convert SASS file into CSS file because browsers doesn't read SASS files.

No comments:

Post a Comment

My First Day with Uki DN Cohort 1

 "Hello WORLD!"