1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-02-28 16:01:00 +01:00

chore(oxfmt): sortTailwindcss [skip ci]

This commit is contained in:
2026-02-28 16:00:45 +01:00
parent 748eeb487c
commit 3ee53e84f6

View File

@@ -2,7 +2,7 @@
"$schema": "./node_modules/oxfmt/configuration_schema.json", "$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": ["pnpm-lock.yaml"], "ignorePatterns": ["pnpm-lock.yaml"],
"semi": false, "semi": false,
"experimentalTailwindcss": { "sortTailwindcss": {
"stylesheet": "./configs/config-tailwind/styles.css", "stylesheet": "./configs/config-tailwind/styles.css",
"functions": ["classNames"] "functions": ["classNames"]
} }