We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3b93c commit 69c2ebaCopy full SHA for 69c2eba
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 6.1
5
+* Added `@container` to bubbling at-rules.
6
+
7
## 6.0
8
* Added `@layer` to bubbling at-rules (by Már Örlygsson).
9
* Added moving all preceding comments with rule (by Már Örlygsson).
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments