postcss-muy-importante
v0.1.1
Published
PostCSS plugin transforms ¡muy importante! to !important
Downloads
3
Maintainers
Readme
PostCSS Muy Importante
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.