File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.X.X - 2013-XX-XX
4+ - Use Gonzales PE to parse * .scss and * .less files
5+ - Support sorting properties in * .scss and * .less files
6+
37## 1.0.0 - 2013-11-06
48- Option: vendor-prefix-align
59- Dependencies updated
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ You can easily write your own [configuration](#configuration) to make your style
66
77The main feature is the [ sorting properties] ( #sort-order ) in specific order.
88It was inspired by the same-named [ @miripiruni ] ( https://github.com/miripiruni ) 's [ PHP-based tool] ( https://github.com/csscomb/csscomb ) .
9- This is the new JavaScript version, based on powerful CSS parser [ Gonzales] ( https://github.com/css /gonzales ) .
9+ This is the new JavaScript version, based on powerful CSS parser [ Gonzales PE ] ( https://github.com/tonyganch /gonzales-pe ) .
1010
1111## Installation
1212
@@ -465,5 +465,6 @@ This software is released under the terms of the [MIT license](https://github.co
465465# # Other projects
466466* https://github.com/senchalabs/cssbeautify
467467* https://github.com/css/gonzales
468+ * https://github.com/tonyganch/gonzales-pe
468469* https://github.com/css/csso
469470* https://github.com/nzakas/parser-lib
Original file line number Diff line number Diff line change 1- var gonzales = require ( 'gonzales' ) ;
1+ var gonzales = require ( 'gonzales-pe ' ) ;
22var minimatch = require ( 'minimatch' ) ;
33var vow = require ( 'vow' ) ;
44var vfs = require ( 'vow-fs' ) ;
You can’t perform that action at this time.
0 commit comments