From 9430825290ba345201546e35578891468da87265 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Fri, 4 Oct 2024 14:10:32 -0400 Subject: Add some Flowbite For the styling. --- hi-ui/tailwind.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hi-ui/tailwind.config.js') diff --git a/hi-ui/tailwind.config.js b/hi-ui/tailwind.config.js index 13207cc..992b0ce 100644 --- a/hi-ui/tailwind.config.js +++ b/hi-ui/tailwind.config.js @@ -1,9 +1,10 @@ +import flowbitePlugin from 'flowbite/plugin'; + /** @type {import('tailwindcss').Config} */ export default { content: ['./src/**/*.{html,js,svelte,ts}'], theme: { extend: {}, }, - plugins: [], + plugins: [flowbitePlugin] } - -- cgit v1.2.3