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