mirror of
https://github.com/wah-su/wah-su.github.io.git
synced 2025-04-06 00:04:40 +00:00
8 lines
211 B
JavaScript
8 lines
211 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ["./src/**/*.{html,js}", "./node_modules/flowbite/**/*.js"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require("flowbite/plugin")],
|
|
};
|