summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/mixin_variables.css
blob: d879a080b79a056e35c0cfc7da71da970163e6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.foo {
	color: purple;
}

.baz {
	color: red;
}

.foobar {
	color: green;
}

.foobaz {
	color: red;
}