Skip to content

A postcss plugin for converting pixels to rems and adding root sizing in viewport width

License

Notifications You must be signed in to change notification settings

nimi/postcss-vw

Repository files navigation

PostCSS Vw Build Status

PostCSS plugin VW Postcss plugin.

.foo {
    /* Input example */
    font-size: 20px;
}
.foo {
  /* Output example */
  font-size: 3rem;
}

Usage

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

See PostCSS docs for examples for your environment.

About

A postcss plugin for converting pixels to rems and adding root sizing in viewport width

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published