We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a96059 commit 6e9742fCopy full SHA for 6e9742f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 8.2.0 - 2016-11-09
2
+
3
+- Fixed: Warn about all `@import`s after other CSS declarations
4
+ ([#240](https://github.com/postcss/postcss-import/pull/240))
5
+- Added: `dependency` message
6
+ ([#241](https://github.com/postcss/postcss-import/pull/241))
7
8
# 8.1.3 - 2016-11-03
9
10
- Fixed: Nested import ordering
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "8.1.3",
+ "version": "8.2.0",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
0 commit comments