We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b52afa commit 5d382e6Copy full SHA for 5d382e6
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.0.4
5
+* Fixed nested `&` at the tail (by Raphael Luba).
6
+* Fixed docs (by Samuel Charpentier).
7
+
8
## 5.0.3
9
* Fixed compability with Autoprefixer by adding `@-webkit-keyframes` support.
10
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "5.0.3",
+ "version": "5.0.4",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments