mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-27 02:58:34 +02:00
remove unnecessary semicolon in tailwind config file (#236)
This commit is contained in:
@@ -93,7 +93,7 @@ module.exports = {
|
|||||||
shrink: '0.8em',
|
shrink: '0.8em',
|
||||||
},
|
},
|
||||||
boxShadow: {
|
boxShadow: {
|
||||||
DEFAULT: '0 1px 3px 0 var(--shadow);',
|
DEFAULT: '0 1px 3px 0 var(--shadow)',
|
||||||
lg: '0 10px 15px -3px var(--shadow)',
|
lg: '0 10px 15px -3px var(--shadow)',
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
|
|||||||
Reference in New Issue
Block a user