postcss-omit

1.0.0 • Public • Published

postcss-omit

PostCSS plugin for removing specified props

Installation

npm install --save-dev postcss-omit

Usage

postcss([
  // disable all animations in your css
  require('postcss-omit')({ prefixes: true, rules: ['animation', 'transition'] })
])

License

MIT

Package Sidebar

Install

npm i postcss-omit

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nkt