032ab707dd5719389b4cb3994f1f0c65ee7eda5d
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / testing / unit-tests / csst / values / important.csst
1 --TEST--
2 Tests !important
3 --CSS--
4 a {
5 color:red !important;
6 size:2 ! important;
7 foo:2! important;
8 bar:2!important;
9 }
10 --EXPECT--
11 array (
12 'a' =>
13 array (
14 'color' => 'red!important',
15 'size' => '2!important',
16 'foo' => '2!important',
17 'bar' => '2!important',
18 ),
19 )