summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/nested-selector-begin-with-plus.css
blob: fa8d2861a6308b499a0904f80e911f8e70df55c1 (plain)
1
2
3
4
5
6
7
8
9
.v-panel {
	display: block;
	max-width: 84em;
	margin: auto;
}
		
.v-panel + .abc {
	margin-top: 1em;
}