mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-02 22:37:32 +00:00
feat: enable experimental Tailwind CSS class sorting in oxfmt
Amp-Thread-ID: https://ampcode.com/threads/T-019bd8c3-5c3f-73c1-b19f-8cb4e957d717 Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
"importOrder": ["^@core/(.*)$", "<THIRD_PARTY_MODULES>", "^@/(.*)$", "^[./]"],
|
||||
"importOrderSeparation": true,
|
||||
"importOrderSortSpecifiers": true,
|
||||
"experimentalTailwindcss": {
|
||||
"attributes": ["class", ":class"],
|
||||
"functions": ["cn", "cva", "tw"],
|
||||
"stylesheet": "./packages/design-system/src/css/style.css"
|
||||
},
|
||||
"ignorePatterns": [
|
||||
"packages/registry-types/src/comfyRegistryTypes.ts",
|
||||
"src/types/generatedManagerTypes.ts"
|
||||
|
||||
Reference in New Issue
Block a user