What is a difference between Sass and CSS?

Experience Level: Junior
Tags: Sass

Answer

  • Sass is a superset of CSS.
  • Sass has more functions but it isn't supported by browsers out of the box.
  • Sass needs to be compiled to CSS using a Sass compiler.
  • Sass has its own syntax that builds on top of CSS syntax and extends it.
  • Sass improves code maintainability and allows you not to repeat yourself

Comments

No Comments Yet.
Be the first to tell us what you think.
Sass for beginners
Sass for beginners

Are you learning Sass ? Try our test we designed to help you progress faster.

Test yourself