Files
4cffd40d-143c-4e7c-86cd-bb8…/tailwind.config.js
2026-01-16 13:38:56 +00:00

9 lines
176 B
JavaScript

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