SCSS Compiler
.error { border: 1px #f00; background-color: red; &-serious { @extend .error; border-width: 3px; } }
OUTPUT
×

Save as Private