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