Skip to content

Commit aae7bc0

Browse files
committed
feature #554 Add all possible CSS files to the autoimport (mneuhaus)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- Add all possible CSS files to the autoimport Came up during a workshop, that it might make sense to include all possible stylesheets in the autoimport. Default is true, all others false but can then be easily switched | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | License | MIT Commits ------- 77e0123 Add all possible CSS files to the autoimport
2 parents 5f11181 + 77e0123 commit aae7bc0

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
@@ -18,6 +18,7 @@ ux_autocomplete:
1818
```
1919

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

2223
## 2.5.0
2324

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)