Skip to content

Commit 77e0123

Browse files
mneuhausweaverryan
authored andcommitted
Add all possible CSS files to the autoimport
1 parent 843f1dd commit 77e0123

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Autocomplete/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- Fix issue where `max_results` was not passed as a Stimulus value (#538)
6+
- Add all possible stylesheets for tom-select to the autoimport to choose from
67

78
## 2.5.0
89

src/Autocomplete/assets/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"fetch": "eager",
1414
"enabled": true,
1515
"autoimport": {
16-
"tom-select/dist/css/tom-select.default.css": true
16+
"tom-select/dist/css/tom-select.default.css": true,
17+
"tom-select/dist/css/tom-select.bootstrap4.css": false,
18+
"tom-select/dist/css/tom-select.bootstrap5.css": false
1719
}
1820
}
1921
}

0 commit comments

Comments
 (0)