0.0.3 • Published 9 years ago

postcss-modify-numbers v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

PostCSS Modify Numbers Build Status

PostCSS plugin that performs math operations on all numbers with a certain property.

.foo {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([ require('postcss-modify-numbers') ])

See PostCSS docs for examples for your environment.