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 3934fc8 commit bc9502eCopy full SHA for bc9502e
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 4.2.2
5
+* Fixed wrong specificity order of declarations (by Rodion Demikhov).
6
+
7
## 4.2.1
8
* Fix TypeScript definitions (by Avi Vahl).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "4.2.1",
+ "version": "4.2.2",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments