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 bcd36d5 commit 06c1ab8Copy full SHA for 06c1ab8
CHANGELOG.md
@@ -1,5 +1,10 @@
1
### HEAD
2
3
+### 1.0.0 (February 08, 2015)
4
+
5
+* Upgrade `stylelint` to version `4.2.0`
6
+* Upgrade `postcss-import` to `8.0.2`
7
+* Improve tests
8
* Use `stylelint-config-suitcss` as a dev dependency as it must be installed
9
where the preprocessor is being used.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "suitcss-preprocessor",
- "version": "0.8.0",
+ "version": "1.0.0",
"description": "A CSS preprocessor for working with SUIT CSS",
"main": "lib/index.js",
"bin": {
0 commit comments