remove unnecessary semicolon in tailwind config file (#236)

This commit is contained in:
Song
2025-07-19 05:36:28 +08:00
committed by GitHub
parent 343986c018
commit d9d5c4d564

View File

@@ -93,7 +93,7 @@ module.exports = {
shrink: '0.8em',
},
boxShadow: {
DEFAULT: '0 1px 3px 0 var(--shadow);',
DEFAULT: '0 1px 3px 0 var(--shadow)',
lg: '0 10px 15px -3px var(--shadow)',
},
colors: {