mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 09:45:13 +00:00
Fix tailwind css setup (#768)
* Fix tailwind css setup * Install as dev dep * Uninstall primeui tailwind
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
corePlugins: {
|
||||
preflight: false // This disables Tailwind's base styles
|
||||
},
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user