How to add Linear gradient in variable.scss

If you don’t get any better answers, I use Bourbon for this:

.selector {
  @include background-image(linear-gradient(#000000, #ffffff));
}
1 Like