postcss-importanter

0.1.0 • Public • Published

PostCSS Importanter

PostCSS plugin that adds !important to all style declarations

.foo {
  color: red;
}
.foo {
  color: red !important;
}

Usage

postcss([require('postcss-importanter')]);

Package Sidebar

Install

npm i postcss-importanter

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • oliger