mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
18 lines
496 B
CSS
18 lines
496 B
CSS
.a {
|
|
prop: important;
|
|
color: red important;
|
|
width: 1px!important;
|
|
color: red!important;
|
|
color: red !important;
|
|
color: red !important;
|
|
color: red ! important ;
|
|
color: blue !IMPORTANT;
|
|
color: white ! IMPORTANT ;
|
|
margin: 10px ! important;
|
|
padding: 20px ! /* test */ important;
|
|
width: 100px ! /*! test */ important;
|
|
height: 100px /*! test */ important;
|
|
z-index: 1 ""! important;
|
|
padding: 1px/* sep */!important;
|
|
}
|