UNPKG

753 BMarkdownView Raw
1# PostCSS SCSS Syntax
2
3<img align="right" width="95" height="95"
4 title="Philosopher’s stone, logo of PostCSS"
5 src="http://postcss.github.io/postcss/logo.svg">
6
7A [SCSS] parser for [PostCSS].
8
9**This module does not compile SCSS.** It simply parses mixins as custom
10at-rules & variables as properties, so that PostCSS plugins can then transform
11SCSS source code alongside CSS.
12
13[PostCSS]: https://github.com/postcss/postcss
14[SCSS]: http://sass-lang.com/
15
16<a href="https://evilmartians.com/?utm_source=postcss">
17 <img src="https://evilmartians.com/badges/sponsored-by-evil-martians.svg"
18 alt="Sponsored by Evil Martians" width="236" height="54">
19</a>
20
21
22## Docs
23Read full docs **[here](https://github.com/postcss/postcss-scss#readme)**.