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 edcd28c commit 1cb570aCopy full SHA for 1cb570a
CHANGELOG.md
@@ -1,5 +1,10 @@
1
### HEAD
2
3
+### 2.0.0 (April 12, 2016)
4
+
5
+* Switch to `postcss-easy-import`
6
+* Major release to correct previous upgrade to stylelint 5.x
7
8
### 1.0.2 (March 17, 2016)
9
10
* Upgrade `stylelint` to `^5.0.1`
package.json
@@ -1,6 +1,6 @@
{
"name": "suitcss-preprocessor",
- "version": "1.0.2",
+ "version": "2.0.0",
"description": "A CSS preprocessor for working with SUIT CSS",
"main": "lib/index.js",
"bin": {
0 commit comments