# postcss-scss

> SCSS parser for PostCSS

Latest version **4.0.9** (published 2023-09-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install postcss-scss
pnpm add postcss-scss
yarn add postcss-scss
bun add postcss-scss
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.0.9 |
| Published | 2023-09-28 |
| First published | 2015-08-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=12.0 |
| Dependencies | 0 |
| Unpacked size | 19 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 672 |
| Author | Andrey Sitnik |
| Maintainers | ai |
| Keywords | css, postcss, postcss-syntax, parser, scss, sass |

## Links

- npm: https://www.npmjs.com/package/postcss-scss
- Repository: https://github.com/postcss/postcss-scss
- Homepage: https://github.com/postcss/postcss-scss#readme
- Issues: https://github.com/postcss/postcss-scss/issues
- Funding: https://opencollective.com/postcss/
- npm.io page: https://npm.io/package/postcss-scss

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 4.0.9 (latest) — 2023-09-28
- 4.0.8 — 2023-09-08
- 4.0.7 — 2023-08-16
- 4.0.6 — 2022-11-27
- 4.0.5 — 2022-09-14
- 4.0.4 — 2022-04-24
- 4.0.3 — 2022-01-10
- 4.0.2 — 2021-10-29
- 4.0.1 — 2021-09-29
- 4.0.0 — 2021-06-14
- 3.0.5 — 2021-03-05
- 3.0.4 — 2020-11-05
- 3.0.3 — 2020-11-05
- 3.0.2 — 2020-09-27
- 3.0.1 — 2020-09-22
- … 27 more at https://npm.io/package/postcss-scss/versions

## README

# PostCSS SCSS Syntax

<img align="right" width="95" height="95"
     title="Philosopher’s stone, logo of PostCSS"
     src="http://postcss.github.io/postcss/logo.svg">

A [SCSS] parser for [PostCSS].

**This module does not compile SCSS.** It simply parses mixins as custom
at-rules & variables as properties, so that PostCSS plugins can then transform
SCSS source code alongside CSS.

[PostCSS]: https://github.com/postcss/postcss
[SCSS]:    http://sass-lang.com/

<a href="https://evilmartians.com/?utm_source=postcss">
  <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg"
    alt="Sponsored by Evil Martians" width="236" height="54">
</a>


## Docs
Read full docs **[here](https://github.com/postcss/postcss-scss#readme)**.

---
_Source: https://npm.io/package/postcss-scss · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
