mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-05-06 12:59:39 +05:00
add tailwind and flowbite
This commit is contained in:
parent
c0a4a8b5df
commit
f7d591e9f8
6 changed files with 53 additions and 4 deletions
|
@ -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")],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue