Skip to content

Commit b9add65

Browse files
committed
Use Gonzales PE to parse *.scss files
1 parent 408f982 commit b9add65

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can easily write your own [configuration](#configuration) to make your style
66

77
The main feature is the [sorting properties](#sort-order) in specific order.
88
It 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

lib/csscomb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var gonzales = require('gonzales');
1+
var gonzales = require('gonzales-pe');
22
var minimatch = require('minimatch');
33
var vow = require('vow');
44
var vfs = require('vow-fs');

0 commit comments

Comments
 (0)