mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-02-20 03:09:20 +01:00
10 lines
249 B
JSON
10 lines
249 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"ignorePatterns": ["pnpm-lock.yaml"],
|
|
"semi": false,
|
|
"experimentalTailwindcss": {
|
|
"stylesheet": "./configs/config-tailwind/styles.css",
|
|
"functions": ["classNames"]
|
|
}
|
|
}
|