File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
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
+
4
11
## 5.0.6
5
12
* Fixed custom at-rules nesting (by @bsak-shell ).
6
13
@@ -12,7 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
12
19
* Fixed docs (by Samuel Charpentier).
13
20
14
21
## 5.0.3
15
- * Fixed compability with Autoprefixer by adding ` @-webkit-keyframes ` support.
22
+ * Fixed compatibility with Autoprefixer by adding ` @-webkit-keyframes ` support.
16
23
17
24
## 5.0.2
18
25
* Fixed compatibility with ` postcss-mixins ` by moving to visitor API.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-nested" ,
3
- "version" : " 5 .0.6 " ,
3
+ "version" : " 6 .0.0 " ,
4
4
"description" : " PostCSS plugin to unwrap nested rules like how Sass does it" ,
5
5
"keywords" : [
6
6
" postcss" ,
You can’t perform that action at this time.
0 commit comments