Files
ipad/tailwind.config.js
YI FANG 8155c9f95d init
2025-11-26 09:50:49 +08:00

10 lines
170 B
JavaScript

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