From 3ee53e84f6b183c07fee462651ca64950440f8fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LUDWIG?= Date: Sat, 28 Feb 2026 16:00:45 +0100 Subject: [PATCH] chore(oxfmt): sortTailwindcss [skip ci] --- .oxfmtrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oxfmtrc.json b/.oxfmtrc.json index ca5caa2..5151ab4 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -2,7 +2,7 @@ "$schema": "./node_modules/oxfmt/configuration_schema.json", "ignorePatterns": ["pnpm-lock.yaml"], "semi": false, - "experimentalTailwindcss": { + "sortTailwindcss": { "stylesheet": "./configs/config-tailwind/styles.css", "functions": ["classNames"] }