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
3k stars 405 forks source link

The version in npm is not latest #10

Closed yun77op closed 5 years ago

chernobelenkiy commented 5 years ago

@yun77op could you give us a bit more information about what you mean? If you mean dependencies, then we've updated our package.json, so you can use later versions:

"object-assign": ">=4.0.1",
"postcss": ">=5.0.2"
yun77op commented 5 years ago

i mean when this issue was opened, the version in npm registry is 0.0.3 which had no supports for unitToConvert, while the code in this repo did have supports for unitToConvert.

now i have confirmed that the code in npm registry is latest