summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/automatic/css/extend-in-nested-block.css
blob: 29f1550dd78a063bb04f90886f892964cc788926 (plain)
1
2
3
4
5
6
7
.test .error, .test .seriousError {
	border: 1px #f00;
	background-color: #fdd; 
}
.test .seriousError {
	border-width: 3px; 
}