postcss-importanter
v0.1.0
Published
PostCSS plugin that adds !important to all style declarations
Maintainers
Readme
PostCSS Importanter
PostCSS plugin that adds !important to all style declarations
.foo {
color: red;
}.foo {
color: red !important;
}Usage
postcss([require('postcss-importanter')]);