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 c463dbe commit 090967fCopy full SHA for 090967f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 5.2.2 - 2015-04-19
2
+
3
+- Fixed: globbed imports work for module directories ([#37](https://github.com/postcss/postcss-import/pull/37))
4
5
# 5.2.1 - 2015-04-17
6
7
- Fixed: glob import now works with single quote `@import` ([#36](https://github.com/postcss/postcss-import/pull/36))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "5.2.1",
+ "version": "5.2.2",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
0 commit comments