logic-engine / node3-ui /tailwind.config.js
ghostdrive1's picture
Upload folder using huggingface_hub
1cf3e52 verified
Raw
History Blame Contribute Delete
182 Bytes
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}