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