14 lines
123 B
CSS
14 lines
123 B
CSS
|
/* Just a basic test of the machinery */
|
||
|
|
||
|
box {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
label.test2 {
|
||
|
color: blue;
|
||
|
}
|