Skip to content

iamvdo/postcss-vmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published