We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b192b63 commit e3ca5e6Copy full SHA for e3ca5e6
README.md
@@ -539,7 +539,7 @@ Or on an instance level:
539
540
### Styling with Tailwind CSS
541
542
-To use `Multiselect` with Tailwind CSS first you need to add background images to `tailwind.config.js`:
+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
544
``` js
545
// tailwind.config.js
@@ -579,7 +579,9 @@ Then you need to import `themes/tailwind.css` to you main component:
579
</script>
580
581
<style>
582
- @import 'path/to/node_modules/@vueform/multiselect/themes/tailwind.css'
+ @import '@vueform/multiselect/themes/tailwind.css';
583
+ /* or */
584
+ /* @import './path/to/node_modules/@vueform/multiselect/themes/tailwind.css'; */
585
</style>
586
```
587
0 commit comments