Skip to content

Commit 48e5ca6

Browse files
committed
5.2.1
1 parent 8f429ce commit 48e5ca6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.2.1 - 2015-04-17
2+
3+
- Fixed: glob import now works with single quote `@import` ([#36](https://github.com/postcss/postcss-import/pull/36))
4+
15
# 5.2.0 - 2015-04-15
26

37
- Added: [glob](https://www.npmjs.com/package/glob) pattern are now supported if `glob` option is set to true ([#34](https://github.com/postcss/postcss-import/pull/34))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)