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 trying to compile Sass -> Css via LibSass, I see:
Error: overloaded function `rgba` given wrong number of arguments
on line 10:16 of inst/www/shared/selectize/plugins/clear_button/plugin.scss
from line 80:9 of inst/www/shared/selectize/scss/selectize.scss
from line 53:9 of inst/www/shared/selectize/scss/selectize.bootstrap5.scss
from line 21:9 of stdin
>> color: rgba(0, 0, 0);
Appears this problem could be solved by changing rgba(0, 0, 0) to rgb(0, 0, 0) (or just black):
The text was updated successfully, but these errors were encountered:
When trying to compile Sass -> Css via LibSass, I see:
Appears this problem could be solved by changing
rgba(0, 0, 0)
torgb(0, 0, 0)
(or justblack
):The text was updated successfully, but these errors were encountered: