Enshi/enshi/tailwind.config.js
2024-09-06 21:13:36 +03:00

13 lines
181 B
JavaScript

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