We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27db4b2 commit 4cfa06bCopy full SHA for 4cfa06b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 5.0.1 - 2015-02-13
2
+
3
+- Fixed: breaking bug with remote stylesheets ([#21](https://github.com/postcss/postcss-import/issues/21) & [#22](https://github.com/postcss/postcss-import/issues/22))
4
5
# 5.0.0 - 2015-01-26
6
7
- Added: compatibility with postcss v4.x
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
0 commit comments