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