fix: tailwindcss v4 build

This commit is contained in:
Yumin Gui
2025-07-18 00:23:55 -07:00
parent 3d81da84ae
commit c6fc6c8a48
15 changed files with 239 additions and 241 deletions

View File

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