Wisdom/tailwind.config.js
devellight 6262019d26 <
2024-10-19 23:04:20 +02:00

13 lines
220 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["*.html", "./src/**/*.rs",],
theme: {
extend: {
},
},
plugins: [
require('flowbite/plugin')
],
}