#
luxiaotao1123
2024-08-20 f97ee12c96d96e2f529e4248695d643245ec4243
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
export default {
  content: ["./src/**/*.{html,js,jsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
}