postcss-no-important

10.0.6 • Public • Published

PostCSS No Important

Build Status Known Vulnerabilities Commitizen friendly

PostCSS plugin for delete declarations !important.

.foo {
    /* Input example */
    
    background-color: #ccc !important;
}
.foo {
  /* Output example */
  
  background-color: #ccc;
}

Installation

yarn add --dev postcss postcss-no-important

Usage

postcss([ require('postcss-no-important') ])

See PostCSS docs for examples for your environment.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i postcss-no-important

      Weekly Downloads

      61

      Version

      10.0.6

      License

      MIT

      Unpacked Size

      16.2 kB

      Total Files

      9

      Last publish

      Collaborators

      • dubangarcia