18 lines
167 B
CSS
18 lines
167 B
CSS
|
div {
|
||
|
color: yes;
|
||
|
color: yes;
|
||
|
color: okay;
|
||
|
}
|
||
|
10"yeah" {
|
||
|
color: blue;
|
||
|
}
|
||
|
10 {
|
||
|
color: blue;
|
||
|
}
|
||
|
hello world 10 {
|
||
|
color: red;
|
||
|
}
|
||
|
#"yeah" {
|
||
|
color: "hello 10";
|
||
|
}
|