postcss-emify

1.0.2 • Public • Published

PostCSS Emify Build Status

PostCSS to transform all em( px ); declarations into its em equivalent.

.foo {
  font-size: em(16);
}
.foo {
  font-size: 1em;
}

Usage

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

See PostCSS docs for examples for your environment.

Readme

Keywords

Package Sidebar

Install

npm i postcss-emify

Weekly Downloads

4

Version

1.0.2

License

ISC

Last publish

Collaborators

  • ads1018