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
It's fixed in #94, but the whole code for new gradients is now only in my fork. I'll fix a few things there and then send pull request, so the fix would be shipped ~soon.
This code triggers a compile error
input
border-image linear-gradient(top, #b2b2b2 0%, #5b5b5b 100%)
Because border image is a vendor mixin the current-property 0 in line-greadient becomes null.
The text was updated successfully, but these errors were encountered: