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