We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0b783 commit 1f02589Copy full SHA for 1f02589
CHANGELOG.md
@@ -1,5 +1,11 @@
1
### HEAD
2
3
+### 0.6.0 (November 25, 2015)
4
+
5
+* [Allow re-ordering](https://github.com/suitcss/preprocessor/pull/15) of the `use` plugins array from config
6
+* Update `autoprefixer` to `^6.1.1`
7
+* Update `postcss-bem-linter` to `^2.3.0`
8
9
### 0.5.1 (November 24, 2015)
10
11
* [Fix issue](https://github.com/suitcss/preprocessor/issues/13) with options not being passed to `postcss-bem-linter` and `postcss-reporter`
package.json
@@ -1,6 +1,6 @@
{
"name": "suitcss-preprocessor",
- "version": "0.5.1",
+ "version": "0.6.0",
"description": "A CSS preprocessor for working with SUIT CSS",
"main": "lib/index.js",
"bin": {
0 commit comments