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 b109e73 commit 1d85e23Copy full SHA for 1d85e23
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 8.0.2 - 2015-01-27
2
+
3
+- Fixed: Comments between imports statements are ignored
4
+([#164](https://github.com/postcss/postcss-import/pull/164))
5
6
# 8.0.1 - 2015-01-27
7
8
- Fixed: missing "lib" folder
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "8.0.1",
+ "version": "8.0.2",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
@@ -32,7 +32,7 @@
32
"postcss-scss": "^0.1.3"
33
},
34
"scripts": {
35
- "lint": "eslint .",
+ "lint": "eslint --fix .",
36
"pretest": "npm run lint",
37
"test": "ava",
38
"release": "npmpub"
0 commit comments