$ npm install postcss-vmin
A simple PostCSS plugin to convert vmin
to vm
for IE9.
/* Input example */
.foo {
width: 50vmin;
}
/* Output example */
.foo {
width: 50vm;
width: 50vmin;
}
postcss([ require('postcss-vmin') ])
See PostCSS docs for examples for your environment.
© 2010 - cnpmjs.org x YWFE | Home | YWFE