summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/extending-same-selector.css
blob: 1a85c0c23e3f0de64a4ebedc064dd41dbd896064 (plain)
1
2
3
4
5
6
7
.test {
	color: blue;
}

.test {
	background: red;
}