---
key: pl/scss
kind: plang
name: "SCSS"
url: https://plangs.page/scss
---

# SCSS

> Sassy CSS — the CSS-compatible syntax of Sass.

SCSS (Sassy CSS) is the newer, CSS-superset syntax of Sass, introduced with Sass 3. Every valid CSS stylesheet is valid SCSS; it adds variables, nesting, mixins and functions, and compiles to plain CSS. GitHub Linguist classifies .scss files as their own language, distinct from the indented .sass syntax.

## Facts

- Appeared: 2010
- Homepage: https://sass-lang.com/

## Relationships

### Paradigms

- [DSL](https://plangs.page/paradigm/dsl)

### Platforms

- [Cross-Platform](https://plangs.page/platform/cross)

### Type Systems

- [Dynamic](https://plangs.page/type-system/dynamic)

### Compiles To

- [CSS](https://plangs.page/css)

### Influenced By

- [CSS](https://plangs.page/css)
- [Sass](https://plangs.page/sass)

### Licenses

- [MIT](https://plangs.page/license/mit)

### Tags

- [Automation](https://plangs.page/tag/automation)
- [Scripting](https://plangs.page/tag/scripting)
