ez-web/tailwind.config.js

10 lines
158 B
JavaScript
Raw Normal View History

2024-11-01 22:23:17 +08:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/**/*.{js,jsx,ts,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}