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

.test2 {
	@extend .test;
	background: red;
}