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