Skip to content

Commit

Permalink
Add unit to CSS zero-length variables (#819)
Browse files Browse the repository at this point in the history
* Add unit to CSS zero-length variables

* Update src/scss/tom-select.scss

---------

Co-authored-by: Nathan Sarang-Walters <[email protected]>
  • Loading branch information
MatTheCat and nwalters512 authored Jan 28, 2025
1 parent fbc4d31 commit a9401bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/tom-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ $select-spinner-border-color: $select-color-border !default;
@import "../plugins/remove_button/plugin.scss";

:root {
--ts-pr-clear-button: 0;
--ts-pr-caret: 0;
--ts-pr-clear-button: 0px;
--ts-pr-caret: 0px;
--ts-pr-min: .75rem;
}

Expand Down

0 comments on commit a9401bb

Please sign in to comment.