postcss-vmin
PostCSS plugin to convert vmin to vm for IE9
Last updated 8 years ago by iamvdo .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install postcss-vmin 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 3.0.0                                ...           latest (8 years ago)

3 Versions

  • 3.0.0                                ...           8 years ago
  • 2.0.0                                ...           9 years ago
  • 1.0.0                                ...           10 years ago
Maintainers (1)
Downloads
Total 2
Today 1
This Week 1
This Month 2
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (6)
Dependents (0)
None

© 2010 - cnpmjs.org x YWFE | Home | YWFE