Revert two accidental commits
[emacs.git] / test / manual / indent / css-mode.css
blob3a00739bfc4bfc83d754c1a909acbb5b3acb514e
1 /* asdfasdf */
3 .xxx
7 article[role="main"] {
8 width: 60%;
11 a, b:hover, c {
12 color: black !important;
15 a, b:hover { /* bug:20282 */
16 c {
17 color: black;
19 color: black;
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;
26 /* asdfasdf */
27 @foo x2 {
28 bla:toto;
30 .x2
32 /* foo: bar; */ foo2: bar2;
33 bar1: url("http://toto/titi");
34 bar2: url('http://toto/titi');
35 bar3: url(http://toto/titi);
38 div.x3
42 article:hover
44 color: black;