https://github.com/csstree/csstree-scss-syntax
SCSS syntax based on csstree (experimental)
https://github.com/csstree/csstree-scss-syntax
Last synced: 10 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T00:08:52.000Z (about 9 years ago)
- Last Synced: 2024-10-30T08:39:04.550Z (over 1 year 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
[](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