We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5630c4 commit a69ec0aCopy full SHA for a69ec0a
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.0.6
5
+* Fixed custom at-rules nesting (by @bsak-shell).
6
+
7
## 5.0.5
8
* Fixed `,` at the tail (by Jesse de Boer).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "5.0.5",
+ "version": "5.0.6",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments