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

.test2 {
	background: red;
}