source: Dev/trunk/src/client/util/less/test/css/mixins-important.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 512 bytes
Line 
1.class {
2  border: 1;
3  boxer: 1;
4  border: 2 !important;
5  boxer: 2 !important;
6  border: 3;
7  boxer: 3;
8  border: 4 !important;
9  boxer: 4 !important;
10  border: 5;
11  boxer: 5;
12  border: 0 !important;
13  boxer: 0 !important;
14  border: 9 !important;
15  border: 9;
16  boxer: 9;
17}
18.class .inner {
19  test: 1;
20}
21.class .inner {
22  test: 2 !important;
23}
24.class .inner {
25  test: 3;
26}
27.class .inner {
28  test: 4 !important;
29}
30.class .inner {
31  test: 5;
32}
33.class .inner {
34  test: 0 !important;
35}
36.class .inner {
37  test: 9;
38}
Note: See TracBrowser for help on using the repository browser.