Reapply "Fix/tailwindcss v4"

This reverts commit a9fd75d619.
This commit is contained in:
Yumin Gui
2025-07-18 21:31:17 -07:00
parent 99345c703c
commit d525e12e17
37 changed files with 667 additions and 1244 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
arrowParens: 'always',
export default {
arrowParens: "always",
singleQuote: true,
jsxSingleQuote: true,
tabWidth: 2,