deepsite / darkeventsite /tailwind.config.js
Isi2777's picture
Upload 22 files
83df4cd verified
raw
history blame
191 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./{app,components,libs,pages,hooks}/**/*.{html,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}