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