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
When calling rgba() and passing a CSS3 variable, gulp-sass results in an error:
:root {
--color:0,0,0,.5; /* Black with an alpha of 50% */
}
div {
border-color:rgba(var(--color)); /* CSS3 is able to do this, gulp-sass throws an error */
}
Result
Error: overloaded function 'rgba' given wrong number of arguments
Conclusion
Guess this is a 🐛
The text was updated successfully, but these errors were encountered:
Description
When calling rgba() and passing a CSS3 variable, gulp-sass results in an error:
Result
Error: overloaded function 'rgba' given wrong number of arguments
Conclusion
Guess this is a 🐛
The text was updated successfully, but these errors were encountered: