We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bc09f commit aae7db3Copy full SHA for aae7db3
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 12.0.0 - 2018-08-04
2
+
3
+- Removed: Support for Node.js v4
4
+- Changed: Uses PostCSS v7 (https://github.com/postcss/postcss/releases/tag/7.0.0)
5
6
# 11.1.0 - 2018-02-10
7
8
- Added: `filter` option
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "11.1.0",
+ "version": "12.0.0",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
0 commit comments