5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
.red { color: red; }
|
|
.green, .blue, group { color: blue; }
|
|
|
|
[ Red ] { class: red; } -- red --> { class: red; } [ Black ] { class: green; }
|