File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ Or on an instance level:
539
539
540
540
### Styling with Tailwind CSS
541
541
542
- To use ` Multiselect ` with Tailwind CSS first you need to add background images to ` tailwind.config.js ` :
542
+ To use ` Multiselect ` with Tailwind CSS first you need install ` npm i -D mini-svg-data-url ` and add background images to ` tailwind.config.js ` :
543
543
544
544
``` js
545
545
// tailwind.config.js
@@ -579,7 +579,9 @@ Then you need to import `themes/tailwind.css` to you main component:
579
579
</script>
580
580
581
581
<style>
582
- @import 'path/to/node_modules/@vueform/multiselect/themes/tailwind.css'
582
+ @import '@vueform/multiselect/themes/tailwind.css';
583
+ /* or */
584
+ /* @import './path/to/node_modules/@vueform/multiselect/themes/tailwind.css'; */
583
585
</style>
584
586
```
585
587
You can’t perform that action at this time.
0 commit comments