SASS (Syntactically Awesome Style Sheets) is a CSS preprocessor — it extends CSS with features like variables, nesting, mixins, and functions. SASS code is compiled to regular CSS that browsers can understand.
SCSS is the newer syntax and is fully compatible with CSS syntax, making it easier to adopt in existing projects.