summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/mixin-content-directive.css
blob: 07813d1c99597854e0ecc887de29d50ed745ba54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.foobar {
    color: red;
}

.foobar {
    background-color: blue;
}

* html #logo {
	background-image: url(/logo.gif);
}

* html .link {
	color: blue;
}

.foobar {
    color: red;
    color: red;
}