File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ # 14.0.0 / 2020-12-14
2+
3+ This release should not have breaking changes for the vast majority of users; only those with ` @charset ` statements in their CSS _ may_ be affected.
4+
5+ - ** BREAKING:** Error if multiple incompatible ` @charset ` statements ([ #447 ] ( https://github.com/postcss/postcss-import/pull/447 ) )
6+ - ** BREAKING:** Warn if ` @charset ` statements are not at the top of files ([ #447 ] ( https://github.com/postcss/postcss-import/pull/447 ) )
7+ - Fix handing of ` @charset ` ([ #436 ] ( https://github.com/postcss/postcss-import/issues/436 ) , [ #447 ] ( https://github.com/postcss/postcss-import/pull/447 ) )
8+
19# 13.0.0 / 2020-10-20
210
311- ** BREAKING:** Require Node 10+ ([ #429 ] ( https://github.com/postcss/postcss-import/pull/429 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-import" ,
3- "version" : " 13 .0.0" ,
3+ "version" : " 14 .0.0" ,
44 "description" : " PostCSS plugin to import CSS files" ,
55 "keywords" : [
66 " css" ,
You can’t perform that action at this time.
0 commit comments