Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/csstree/csstree-scss-syntax

SCSS syntax based on csstree (experimental)
https://github.com/csstree/csstree-scss-syntax

Last synced: 5 days ago
JSON representation

SCSS syntax based on csstree (experimental)

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/csstree/csstree-scss-syntax.svg?branch=master)](https://travis-ci.org/csstree/csstree-scss-syntax)

# csstree-scss-syntax

SCSS processor based on [csstree](https://github.com/csstree/csstree). It allows to work with SCSS AST, but it does not compile SCSS to CSS.

> Warning: It's an experiment and isn't intended for use on real projects.
> Not published on NPM yet.

- [AST format](docs/ast.md)
- [API](https://github.com/csstree/csstree)

## License

MIT