postcss-v-important

1.0.0 • Public • Published

PostCSS Very Important

PostCSS plugin for very important css.

Usage

body {
    color: red;
}

body {
    color: blue !vimportant;
}
body {
    color: blue !vvvvvvvvvvvvvimportant;
}

body {
    color: green !important;
}
postcss([ require('postcss-v-important') ])

Outputs...

body {
    color: red;
}

:root body {
    color: blue !important;
}
:root:root:root:root:root:root:root:root:root:root:root:root:root body {
    color: orange !important;
}

body {
    color: green !important;
}

Package Sidebar

Install

npm i postcss-v-important

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

90.2 kB

Total Files

6

Last publish

Collaborators

  • jasonreading