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 173cd9a commit 46b9aaeCopy full SHA for 46b9aae
CHANGELOG.md
@@ -1,7 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
-## 6.0.1
+## 6.2.0
5
+* Added `@starting-style` to bubbling at-rules.
6
+
7
+## 6.1.0
8
* Added `@container` to bubbling at-rules.
9
10
## 6.0
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "6.1.0",
+ "version": "6.2.0",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments