You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have following line of code: +background-image(linear-gradient(transparent 0, $white-darker 100%), linear-gradient(rgba(0, 0, 0, 0.5) 30%, $white-darker 100%)).
Hello,
I have following line of code:
+background-image(linear-gradient(transparent 0, $white-darker 100%), linear-gradient(rgba(0, 0, 0, 0.5) 30%, $white-darker 100%))
.In my compiled .css the output is like:
So it doesn't work in Firefox because of invalid property value (
to , #FCFCFC 100%
)The text was updated successfully, but these errors were encountered: