---
key: pl/sass
kind: plang
name: "Sass"
url: https://plangs.page/sass
---

# Sass

> Preprocessor language that compiles to CSS.

Syntactically awesome style sheets is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS). SassScript is the scripting language itself.

## Facts

- Appeared: 2006
- Homepage: https://sass-lang.com/
- GitHub: https://github.com/sass/sass

## 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)

### Influenced

- [SCSS](https://plangs.page/scss)

### Written With

- [Ruby](https://plangs.page/ruby)

### Licenses

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

### Tags

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