|
|
|
|
|
by djanowski
3957 days ago
|
|
It's true. sassc(1) is a great step forward in terms of speed. That said, Sass encourages practices that I consider bad. Nesting, @extend, etc. Sass's design also makes it difficult to implement a basic feature like grouping all media queries for a single output. Check this issue from 2011: https://github.com/sass/sass/issues/116 If you don't mind a bigger tool and the dependency on Node.js, then PostCSS looks very good: https://github.com/postcss/postcss |
|