.block, .foo { color: orange ; }
.block { color: orange; } .foo { @extend .block; // the rest of my CSS for foo is already here }
Post a Comment
No comments:
Post a Comment