10.0.6 • Published 12 months ago

postcss-no-important v10.0.6

Weekly downloads
30
License
MIT
Repository
github
Last release
12 months ago

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.

10.0.5

12 months ago

10.0.6

12 months ago

5.0.0

12 months ago

8.0.0

12 months ago

10.0.0

12 months ago

6.0.0

12 months ago

10.0.1

12 months ago

10.0.4

12 months ago

7.0.0

12 months ago

9.0.0

12 months ago

4.1.0

4 years ago

4.0.5

4 years ago

4.0.4

4 years ago

4.0.3

4 years ago

4.0.1

4 years ago

4.0.2

4 years ago

4.0.0

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

1.0.0

7 years ago