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 18d400d commit 7b3a743Copy full SHA for 7b3a743
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### HEAD
2
3
+### 0.8.0 (December 01, 2015)
4
+
5
+* Add [stylelint](http://stylelint.io/) as an optional linting step
6
7
### 0.7.0 (November 27, 2015)
8
9
* Add `beforeLint` function which allows imported CSS to be manipulated before linting
package.json
@@ -1,6 +1,6 @@
{
"name": "suitcss-preprocessor",
- "version": "0.7.0",
+ "version": "0.8.0",
"description": "A CSS preprocessor for working with SUIT CSS",
"main": "lib/index.js",
"bin": {
@@ -49,6 +49,7 @@
49
"keywords": [
50
"css",
51
"preprocessor",
52
+ "stylelint",
53
"pure",
54
"postcss",
55
"suit"
0 commit comments