postcss-vmin

3.0.0 • Public • Published

PostCSS Vmin Build Status

A simple PostCSS plugin to convert vmin to vm for IE9.

/* Input example */
.foo {
  width: 50vmin;
}
/* Output example */
.foo {
  width: 50vm;
  width: 50vmin;
}

Usage

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

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-vmin

Weekly Downloads

8,328

Version

3.0.0

License

MIT

Last publish

Collaborators

  • iamvdo