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