Menu

[r2]: / _test / test03Variables.css  Maximize  Restore  History

Download this file

34 lines (25 with data), 458 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* $primary_color: #f60; */
.simple_selector {
color: #f60;
}
.compound_property {
border: 1px solid #f60;
}
.top_selector {
color: #f60;
}
.top_selector .second_selector {
background-color: #f60;
}
.top_selector .second_selector .third_selector {
border: 1px solid #f60;
}
.top_scope {
color: #f60;
}
.top_scope .nested_scope_1 {
/* $primary_color: blue; */
}
.top_scope .nested_scope_1 .test_scope {
color: blue;
}
MongoDB Logo MongoDB