I am trying to use the following include in my style.scss file:
@include box-shadow(red 2px 2px 10px);
However i get a an error of:
WARNING: box-shadow is deprecated and will be removed in the next major version release
I've tried to google this, but i am not sure what i use instead, is there another mixin i can manually make or use? I looked on the Bourbon website in their docs but all i found was:
Deprecation Warning: The box-shadow mixin has been deprecated. Use the official spec.