summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/extending-selector-with-same-beginning.css
blob: 097d7a8655f07056e208ccb86646f19ac0c990cc (plain)
1
2
3
4
5
6
7
.test1, .test2 {
	color: blue;
}

.test2 {
	background: red;
}