From 0bbb2d73e1997805688721a603141edcccd481e5 Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:17:10 -0800 Subject: [PATCH] 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 --- .oxfmtrc.json | 5 +++++ 1 file changed, 5 insertions(+) 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"