Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clear_button Sass code has issues compiling via LibSass #2027

Closed
cpsievert opened this issue Aug 17, 2023 · 2 comments
Closed

clear_button Sass code has issues compiling via LibSass #2027

cpsievert opened this issue Aug 17, 2023 · 2 comments

Comments

@cpsievert
Copy link
Contributor

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):

Copy link
Contributor

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days

@cpsievert
Copy link
Contributor Author

Commenting to keep open

databyte added a commit that referenced this issue Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant