Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/csstree/csstree-scss-syntax
- Owner: csstree
- License: mit
- Created: 2017-05-16T21:59:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T00:08:52.000Z (over 7 years ago)
- Last Synced: 2024-10-30T08:39:04.550Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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