Skip to content

Commit b942bd6

Browse files
committed
5.1.1
1 parent 3ef3fb9 commit b942bd6

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 5.1.1 - 2015-04-10
22

3-
- fixed: regression of 5.1.0: files which only contain same @import rules were skip ([#31](https://github.com/postcss/postcss-import/issues/31))
3+
- Fixed: regression of 5.1.0: files which only contain same @import rules were skip ([#31](https://github.com/postcss/postcss-import/issues/31))
44

55
# 5.1.0 - 2015-03-27
66

test/fixtures/imports/proxy-file.css

-1
This file was deleted.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import "../proxy-file.css";
1+
@import "./proxy-file.css";
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import {}
1+
proxy {}
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import "../proxy-file.css";
1+
@import "./proxy-file.css";
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import {}

0 commit comments

Comments
 (0)