Browse Source

update version and readme

pull/23/head
Ivan Bunin 7 years ago
parent
commit
2ec80c9fce
  1. 7
      README.md
  2. 2
      package.json

7
README.md

@ -2,6 +2,13 @@
A plugin for [PostCSS](https://github.com/ai/postcss) that generates viewport units (vw, vh, vmin, vmax) from pixel units.
Feel free to start watching and ⭐ project in order not miss the release or updates.
<a href="https://evrone.com/?utm_source=normas">
<img src="https://user-images.githubusercontent.com/417688/34437029-dbfe4ee6-ecab-11e7-9d80-2b274b4149b3.png"
alt="Sponsored by Evrone" width="231">
</a>
## Install
```
$ npm install postcss-px-to-viewport --save-dev

2
package.json

@ -1,7 +1,7 @@
{
"name": "postcss-px-to-viewport",
"description": "A CSS post-processor that converts px to viewport units (vw, vh, vmin, vmax).",
"version": "0.0.3",
"version": "1.0.0",
"author": "Dmitry Karpunin <koderfunk@gmail.com>",
"license": "MIT",
"repository": {

Loading…
Cancel
Save