diff --git a/.oxfmtrc.json b/.oxfmtrc.json index bfa5b8167..95016c8cb 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -8,6 +8,11 @@ "importOrder": ["^@core/(.*)$", "", "^@/(.*)$", "^[./]"], "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"