Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed Feb 15, 2017
1 parent 0a19330 commit 4b9d903
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ HISTORY

---------

### 0.7.0 - 2016/6/23

- feat: support multi(px/rpx) units transform to rem unit

### 0.6.0 - 2016/6/23

- feat: add option propBlackList
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postcss-plugin-px2rem",
"version": "0.6.0",
"description": "postcss plugin px2rem",
"version": "0.7.0",
"description": "A plugin for PostCSS that generates rem units from multi units.",
"main": "index.js",
"scripts": {
"compile": "rm -rf lib && babel -d lib src",
Expand Down

0 comments on commit 4b9d903

Please sign in to comment.