https://github.com/strml/fez-sass
A fez task utilizing node-sass (libsass).
https://github.com/strml/fez-sass
Last synced: about 1 year ago
JSON representation
A fez task utilizing node-sass (libsass).
- Host: GitHub
- URL: https://github.com/strml/fez-sass
- Owner: STRML
- Created: 2014-01-22T07:26:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-22T07:49:09.000Z (about 12 years ago)
- Last Synced: 2025-03-11T09:18:26.156Z (about 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fez-sass
========
Simple [fez](https://fez.github.io) task utilizing [node-sass](https://github.com/andrew/node-sass) to
very quickly convert `.scss` files into CSS using [libsass](https://github.com/hcatlin/libsass/),
an order of magnitude faster than Ruby-based sass.
Limitations
-----------
`fez-sass` is based on `libsass` and has [limitations](https://github.com/hcatlin/libsass/issues).
* Not yet at feature parity with Sass 3.3 (!global, @at-root, etc)
* Cannot parse `.sass` files
TODO
----
* Properly ignore files beginning with `_`
* Create a `fez-sass-convert` task so this can be used properly with `.sass` files.