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 a483742 commit 48c2a21Copy full SHA for 48c2a21
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 1.1.0
2
+- [Supports vendor pseudo elements](https://github.com/jedmao/postcss-nested-props/pull/4). Thanks [@ooHmartY](https://github.com/ooHmartY)!
3
+
4
## 1.0.0
5
- Supports PostCSS 5.x.
6
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-nested-props",
- "version": "1.0.2",
+ "version": "1.1.0",
"description": "PostCSS plugin to unwrap nested properties.",
"main": "dist/lib/plugin.js",
"scripts": {
0 commit comments