Skip to content

Commit 8801ac1

Browse files
committed
feature #1316 add tom-select bootstrap4 css file to default config file (Anthony FACHAUX)
This PR was merged into the 2.x branch. Discussion ---------- add tom-select bootstrap4 css file to default config file | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Issues | Fix #1307 | License | MIT Add tom-select bootstrap4 css file to default config file. Without this, if you have replaced the bootstrap5.css value with a boostrap4 with value set to true, it will be replaced every time you perform a composer update (with the help of flex). Like this : ![image](https://github.com/symfony/ux/assets/63842196/9a436c6b-3efb-4d61-98ce-e0e8a14da68c) Commits ------- d5ca775 add tom-select bootstrap4 css file to default config file
2 parents 1ea54a7 + d5ca775 commit 8801ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Autocomplete/assets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"enabled": true,
1515
"autoimport": {
1616
"tom-select/dist/css/tom-select.default.css": true,
17+
"tom-select/dist/css/tom-select.bootstrap4.css": false,
1718
"tom-select/dist/css/tom-select.bootstrap5.css": false
1819
}
1920
}

0 commit comments

Comments
 (0)