0.1.1 • Published 5 years ago

postcss-muy-importante v0.1.1

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

PostCSS Muy Importante Build Status

PostCSS plugin transforms ¡muy importante! to !important.

.foo {
  /* Input example */
  background-color: papayawhip ¡muy importante!;
}
.foo {
  /* Output example */
  background-color: papayawhip !important;
}

Usage

postcss([require('postcss-muy-importante')])

See PostCSS docs for examples for your environment.