Menu

[r6]: / _test / test04Inheritance.sss  Maximize  Restore  History

Download this file

35 lines (18 with data), 307 Bytes

.first_selector {

	width: 200px;
	color: pink;

}

.second_selector {

	@inherit .first_selector;
	
	border: 1px solid #000;

}

.top_selector {

	color: black;

	.nested_selector_01 {
	
		@inherit .first_selector;
		
		margin: 1em;
		
		.nested_selector_02 {
		
			border: 1px solid blue;
		
		}
	
	}
	

}
MongoDB Logo MongoDB