File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
4+ ## 6.0
5+ * Added ` @layer ` to bubbling at-rules (by Már Örlygsson).
6+ * Added moving all preceding comments with rule (by Már Örlygsson).
7+ * Added ` with ` & ` without ` parameters on ` @at-root ` (by Már Örlygsson).
8+ * Added ` rootRuleName ` option (by Már Örlygsson).
9+ * Fixed handling sibling ` @at-root ` rule blocks (by Már Örlygsson).
10+
411## 5.0.6
512* Fixed custom at-rules nesting (by @bsak-shell ).
613
@@ -12,7 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1219* Fixed docs (by Samuel Charpentier).
1320
1421## 5.0.3
15- * Fixed compability with Autoprefixer by adding ` @-webkit-keyframes ` support.
22+ * Fixed compatibility with Autoprefixer by adding ` @-webkit-keyframes ` support.
1623
1724## 5.0.2
1825* Fixed compatibility with ` postcss-mixins ` by moving to visitor API.
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-nested" ,
3- "version" : " 5 .0.6 " ,
3+ "version" : " 6 .0.0 " ,
44 "description" : " PostCSS plugin to unwrap nested rules like how Sass does it" ,
55 "keywords" : [
66 " postcss" ,
You can’t perform that action at this time.
0 commit comments