File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
src/Autocomplete/src/Resources/doc Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -166,29 +166,28 @@ Styling Tom Select
166
166
------------------
167
167
168
168
In your ``assets/controllers.json `` file, you should see a line that automatically
169
- includes a CSS file for Tom Select.
169
+ includes a CSS file for Tom Select which will give you basic styles .
170
170
171
171
.. code-block :: text
172
172
173
173
"autoimport": {
174
174
"tom-select/dist/css/tom-select.default.css": true
175
175
}
176
176
177
- This should give you basic styles for Tom Select. If you're using
178
- Bootstrap, you can get Bootstrap-ready styling by (A) changing this
179
- line to ``false ``:
177
+ If you're using Bootstrap, you can get Bootstrap-ready styling by
178
+ changing this line to ``false ``:
180
179
181
180
.. code-block :: text
182
181
183
182
"autoimport": {
184
183
"tom-select/dist/css/tom-select.default.css": false
185
184
}
186
185
187
- And then (B) importing the Bootstrap-css file:
186
+ And then importing the Bootstrap CSS file:
188
187
189
- .. code-bock :: css
188
+ .. code-block :: css
190
189
191
- /* assets/styles/app.css
190
+ /* assets/styles/app.css */
192
191
@import ' tom-select/dist/css/tom-select.bootstrap5.css' ;
193
192
194
193
To further customize things, you can override the classes with your own custom
You can’t perform that action at this time.
0 commit comments