add tailwind and flowbite

This commit is contained in:
Kentai Radiquum 2024-05-19 13:53:38 +05:00
parent c0a4a8b5df
commit f7d591e9f8
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
6 changed files with 53 additions and 4 deletions

View file

@ -1,9 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
content: ["./src/**/*.{html,js}", "./node_modules/flowbite/**/*.js"],
theme: {
extend: {},
},
plugins: [],
}
plugins: [require("flowbite/plugin")],
};