1 2 3 4 5 6 7 8
@mixin filter($color){ @if $color == #FFFFFF{ background-color: rgba($color,.91); } @else { background-color: rgba($color,.69); } }