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 c642469 commit a585a1fCopy full SHA for a585a1f
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 5.0
5
+* Moved to PostCSS 8.
6
+* Moved `postcss` to `peerDependencies`.
7
+
8
## 4.2.3
9
* Fixed declarations after nested rule and before at-rule (by Rodion Demikhov).
10
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested",
- "version": "4.2.3",
+ "version": "5.0.0",
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
"keywords": [
"postcss",
0 commit comments