© 2026 Hedgehog Software, LLC
.button { $icon-color: black; //This is what i thought the awnser was but is not &.red { $icon-color: red; } .icon { color: $icon-color; } }
<button class="button" ><i class="icon">home</i></button> ==> black icon <button class="button red" ><i class="icon">home</i></button> ==> red icon