Files
f2eb6efa-7528-4125-9fb7-69c…/tailwind.config.js
2026-01-16 13:25:10 +00:00

9 lines
176 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
}