chore(vue): add less CSS preprocessor

This commit is contained in:
2026-05-14 23:00:52 +02:00
parent eecc2b354a
commit 03e53aa389
3 changed files with 171 additions and 13 deletions

View File

@@ -1,14 +1,7 @@
import { defineConfig } from 'oxfmt';
export default defineConfig({
ignorePatterns: [
'.direnv/**/*',
'.gitea/**/*',
'backend/**/*',
'**/*.toml',
'**/*.md',
'.sqlx/**/*',
],
ignorePatterns: ['.direnv/**/*', '.gitea/**/*', 'backend/**/*', '**/*.toml', '**/*.md', '.sqlx/**/*'],
printWidth: 120,
tabWidth: 2,
useTabs: false,