UNPKG
postcss-important
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
PostCSS plugin for annotations based `!important`
morishitter/postcss-important
postcss-important
/
test
/
fixtures
/
test-2.out.css
9 lines
(8 loc)
•
125 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
.class
{
/* * @important color, padding */
color
: red
!important
;
font-size
:
12px
;
padding
:
10px
!important
; }