evrone / postcss-px-to-viewport

A plugin for PostCSS that generates viewport units (vw, vh, vmin, vmax) from pixel units. The best choice to create a scalable interface on different displays by one design size.
https://evrone.com/postcss-px-viewport
MIT License
2.99k stars 401 forks source link

update README.md #31

Closed shuizhongyueming closed 5 years ago

shuizhongyueming commented 5 years ago

yarn add will add this package to the dependencies.

So I think yarn add -D is more suitable, which will add this package to the devDependencies.

KODerFunk commented 5 years ago

@shuizhongyueming its right! Thanks!