UNPKG

postcss-important

Version:

PostCSS plugin for annotations based `!important`

9 lines (8 loc) 125 B
.class { /* * @important color, padding */ color: red !important; font-size: 12px; padding: 10px !important; }