We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ff5c5 commit db9c614Copy full SHA for db9c614
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0.2
5
+* Fixed nested selector regression (by @Ulyanov-programmer).
6
+
7
## 7.0.1
8
* Fixed RegExp issue with nested comments (by @Ulyanov-programmer).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "7.0.1",
+ "version": "7.0.2",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments