selectize / selectize.js

Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
https://selectize.dev/
Apache License 2.0
13.03k stars 3.57k forks source link

auto_position Sass code has issues compiling via LibSass #2025

Closed cpsievert closed 6 months ago

cpsievert commented 1 year ago

When trying to compile Sass -> Css via LibSass, I see:

Error: Function rgb is missing argument $green.
        on line 81:9 of selectize/scss/selectize.scss
        from line 53:9 of selectize/scss/selectize.bootstrap5.scss
        from line 21:9 of stdin
>>   box-shadow: 0 -6px 12px rgb(0 0 0 / 18);

Appears this problem could be solved by changing rgb(0 0 0 / 18) to rgba(0, 0, 0, 0.18):

github-actions[bot] commented 11 months ago

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 commented 11 months ago

Commenting to keep open

github-actions[bot] commented 7 months ago

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