refactor(case converter): config based case changes

This commit is contained in:
Corentin Thomasset 2023-08-09 23:27:59 +02:00
parent 325f27b547
commit 7abefcd913
No known key found for this signature in database
GPG key ID: DBD997E935996158
2 changed files with 77 additions and 55 deletions

View file

@ -19,5 +19,6 @@ export default defineConfig({
},
shortcuts: {
'pretty-scrollbar': 'scrollbar scrollbar-rounded scrollbar-thumb-color-gray-300 scrollbar-track-color-gray-100 dark:scrollbar-thumb-color-#424242 dark:scrollbar-track-color-#686868',
'divider': 'h-1px bg-current op-10',
},
});