The docs page for installing flowbite in Vue (https://flowbite.com/docs/getting-started/vue/) , introduce a file called input.css
This file does not exist in the Vue template created by the suggested command...
npm create vite@latest flowbite-app -- --template vue
So, it may be (in fact, is) confusing. Should that file just be imported the same as styles.css or is it something else?
The docs page for installing flowbite in Vue (https://flowbite.com/docs/getting-started/vue/) , introduce a file called input.css
This file does not exist in the Vue template created by the suggested command...
npm create vite@latest flowbite-app -- --template vue
So, it may be (in fact, is) confusing. Should that file just be imported the same as styles.css or is it something else?