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