]> code.delx.au - gnu-emacs/blob - test/indent/css-mode.css
Doc fixes for fclist and grep
[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 a, b:hover, c {
12 color: black !important;
13 }
14
15 a, b:hover { /* bug:20282 */
16 c {
17 color: black;
18 }
19 color: black;
20 }
21
22 a.b:c,d.e:f,g[h]:i,j[k]:l,.m.n:o,.p.q:r,.s[t]:u,.v[w]:x { /* bug:20282 */
23 background-color: white;
24 }
25
26 /* asdfasdf */
27 @foo x2 {
28 bla:toto;
29 }
30 .x2
31 {
32 /* foo: bar; */ foo2: bar2;
33 bar1: url("http://toto/titi");
34 bar2: url('http://toto/titi');
35 bar3: url(http://toto/titi);
36 }
37
38 div.x3
39 {
40 }
41
42 article:hover
43 {
44 color: black;
45 }