Andrew's Digital Garden

SASS vs SCSS

SASS is the umbrella term used for both - it's the name of the 'language', part of all their docs, etc.

Then there's two syntaxes that SASS supports, which corresponds to the file names:

  • SCSS syntax - a superset of CSS
  • Sass syntax - indentation heavy, doesn't use curly braces

[[css]]

SASS vs SCSS