CoolFace
Apppublic

duqing026/visual-lowcode-chinese

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
tailwind.config.js12 linesDownload Raw Back to root
1/** @type {import('tailwindcss').Config} */2export default {3  content: [4    "./index.html",5    "./src/**/*.{js,ts,jsx,tsx}",6  ],7  theme: {8    extend: {},9  },10  plugins: [],11}12