UNPKG

@moohng/postcss-px2vw

Version:

A CSS post-processor that converts px to vw and fallback rem.

33 lines (32 loc) 607 B
{ "name": "@moohng/postcss-px2vw", "version": "1.2.0", "description": "A CSS post-processor that converts px to vw and fallback rem.", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:moohng/postcss-px2vw.git" }, "files": [ "index.js" ], "keywords": [ "css", "rem", "pixel", "px", "vw", "viewport", "postcss", "postcss-plugin" ], "funding": { "type": "open", "url": "https://github.com/moohng/postcss-px2vw" }, "author": "Kevin", "license": "MIT", "peerDependencies": { "postcss": "^8.3.6" } }