We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60759a2 commit 9f75b38Copy full SHA for 9f75b38
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 7.0.1
5
+* Fixed RegExp issue with nested comments (by @Ulyanov-programmer).
6
+
7
## 7.0.0
8
* More complex logic of when to move comments (by @Ulyanov-programmer).
9
* Removed Node.js 16, 14, and 12 support.
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "7.0.0",
+ "version": "7.0.1",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments