1 2 3 4 5 6 7 8 9 10 11
.test{ .error { border: 1px #f00; background-color: #fdd; } .seriousError { @extend .error; border-width: 3px; } }