SCSS Compiler
%make-strong{ font-weight: bold; } .alert{ @extend %make-strong; color: red; } .warning{ @extend %make-strong; color: blue; }
OUTPUT
×

Save as Private