]> code.delx.au - gnu-emacs/blob - test/indent/css-mode.css
Fix incorrect usage of @key in the User Manual (Bug#20135)
[gnu-emacs] / test / indent / css-mode.css
1 .xxx
2 {
3 }
4
5 .x2
6 {
7 foo: bar;
8 bar: baz;
9 }
10
11 div.x3
12 {
13 }