Skip to content

🎶 Parse CSS converts unit px to vw, you can add exceptions by annotation

License

Notifications You must be signed in to change notification settings

gaofant101/postcss-pixel-to-vw

Repository files navigation

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.

About

🎶 Parse CSS converts unit px to vw, you can add exceptions by annotation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published