postcss-remify

1.0.1 • Public • Published

PostCSS Remify Build Status

PostCSS plugin This plugin will transform all rem( px ); declarations into it's rem equivalent..

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

Usage

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

See PostCSS docs for examples for your environment.

Package Sidebar

Install

npm i postcss-remify

Weekly Downloads

41

Version

1.0.1

License

MIT

Last publish

Collaborators

  • eduardort
  • julscarr
  • oakmx
  • robertogongora