SCSS Compiler
@mixin reset-ul{ margin: 0; padding: 0; font-size: 16px; } @mixin reset-ol{ @include reset-ul; color: black } footer ol{ @include reset-ol; }
OUTPUT
×

Save as Private