web_react/ai_image_generator/tailwind.config.js
2024-04-30 21:32:34 -05:00

12 lines
183 B
JavaScript

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