Skip to content

Commit

Permalink
Use Gonzales PE to parse *.scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyganch committed Nov 6, 2013
1 parent 408f982 commit b9add65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.X.X - 2013-XX-XX
- Use Gonzales PE to parse *.scss and *.less files
- Support sorting properties in *.scss and *.less files

## 1.0.0 - 2013-11-06
- Option: vendor-prefix-align
- Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can easily write your own [configuration](#configuration) to make your style

The main feature is the [sorting properties](#sort-order) in specific order.
It was inspired by the same-named [@miripiruni](https://github.com/miripiruni)'s [PHP-based tool](https://github.com/csscomb/csscomb).
This is the new JavaScript version, based on powerful CSS parser [Gonzales](https://github.com/css/gonzales).
This is the new JavaScript version, based on powerful CSS parser [Gonzales PE](https://github.com/tonyganch/gonzales-pe).

## Installation

Expand Down Expand Up @@ -465,5 +465,6 @@ This software is released under the terms of the [MIT license](https://github.co
## Other projects
* https://github.com/senchalabs/cssbeautify
* https://github.com/css/gonzales
* https://github.com/tonyganch/gonzales-pe
* https://github.com/css/csso
* https://github.com/nzakas/parser-lib
2 changes: 1 addition & 1 deletion lib/csscomb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var gonzales = require('gonzales');
var gonzales = require('gonzales-pe');
var minimatch = require('minimatch');
var vow = require('vow');
var vfs = require('vow-fs');
Expand Down

0 comments on commit b9add65

Please sign in to comment.