I want to add !important to mixin. I tried both methods and they return an error:
@include linear-gradient(hsl(68%, 94%, 90%), hsl(68%, 90%, 80%)); !important @include linear-gradient(hsl(68%, 94%, 90%), hsl(68%, 90%, 80%)) !important;
Is there any way to do this right?
source share