npm.io
1.0.2 • Published 6 years agoCLI

upx2px

Licence
ISC
Version
1.0.2
Deps
2
Size
5 kB
Vulns
0
Weekly
0

upx2px

upx to px in css

  • 2upx => 1px
  • ./dist/styles/index.css => ./dist/styles/index.px.css

install

npm install upx2px --save-dev

help

Usage: index [options]

Options:
  -V, --version        output the version number
  -t, --target [path]  the target file dirname
  -o, --output [path]  the output file dirname
  -d, --dpr [value]    set base device pixel ratio (default: 2)
  -w, --watch          watch file
  -h, --help           output usage information

Examples:
  $ custom-help --help
  $ custom-help -h

cli

$ upx2px --watch --target=./test/index.css --output=./test/index.px.css

Keywords