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