mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 02:41:21 +01:00
remove unnecessary semicolon in tailwind config file (#236)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user