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 67379cc commit 1773972Copy full SHA for 1773972
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 4.2.3
5
+* Fixed declarations after nested rule and before at-rule (by Rodion Demikhov).
6
+
7
## 4.2.2
8
* Fixed wrong specificity order of declarations (by Rodion Demikhov).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "4.2.2",
+ "version": "4.2.3",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments