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 33542eb commit b3e95c4Copy full SHA for b3e95c4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### HEAD
2
3
+### 0.5.1 (November 24, 2015)
4
+
5
+* [Fix issue](https://github.com/suitcss/preprocessor/issues/13) with options not being passed to `postcss-bem-linter` and `postcss-reporter`
6
7
### 0.5.0 (November 23, 2015)
8
9
* Switch from Rework to PostCSS
package.json
@@ -1,6 +1,6 @@
{
"name": "suitcss-preprocessor",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "A CSS preprocessor for working with SUIT CSS",
"main": "lib/index.js",
"bin": {
0 commit comments