Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 494 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 494 Bytes

PostCSS Pixel To Vw Build Status

PostCSS plugin Parse css to convert unit px to vw.

.foo {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([ require('postcss-pixel-to-vw') ])

See PostCSS docs for examples for your environment.