Skip to content

Commit 2e8f4fd

Browse files
committed
Add note in CHANGELOG about v8 breaking change (position of imports)
1 parent 17708d4 commit 2e8f4fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
# 8.0.0 - 2015-01-27
1212

13+
**All imports statements must be at the top of your file now, per CSS specification.**
14+
You should use [postcss-reporter](https://github.com/postcss/postcss-reporter) to see the warnings raised.
15+
1316
- Removed: async mode/option (now async by default)
1417
([#107](https://github.com/postcss/postcss-import/pull/107))
1518
- Removed: "bower_components" not supported by default anymore,

0 commit comments

Comments
 (0)