Skip to content

Commit 48c2a21

Browse files
author
Jed Mao
committed
v1.1.0: Supports vendor pseudo elements
1 parent a483742 commit 48c2a21

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
## 1.0.0
25
- Supports PostCSS 5.x.
36

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-nested-props",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "PostCSS plugin to unwrap nested properties.",
55
"main": "dist/lib/plugin.js",
66
"scripts": {

0 commit comments

Comments
 (0)