]> code.delx.au - gnu-emacs/blob - test/indent/css-mode.css
Merge from origin/emacs-24
[gnu-emacs] / test / indent / css-mode.css
1 /* asdfasdf */
2
3 .xxx
4 {
5 }
6
7 article[role="main"] {
8 width: 60%;
9 }
10
11 /* asdfasdf */
12 @foo x2 {
13 bla:toto;
14 }
15 .x2
16 {
17 foo: bar;
18 bar: baz;
19 }
20
21 div.x3
22 {
23 }