kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix typo in "tailwind.config"
rodzic
31f09493f2
commit
b0ff170e88
|
@ -22,9 +22,9 @@ const config: Config = {
|
|||
boxShadow: ({ theme }) => ({
|
||||
'3xl': '0 25px 75px -15px rgba(0, 0, 0, 0.25)',
|
||||
'inset-ring': `inset 0 0 0 2px ${theme('colors.accent-blue')}`,
|
||||
'card': `rgba(0, 0, 0, 0.35}, 0.1) 0px 4px 16px,
|
||||
rgba(0, 0, 0, 0.35}, 0.1) 0px 8px 24px,
|
||||
rgba(0, 0, 0, 0.35}, 0.1) 0px 16px 56px`,
|
||||
'card': `rgba(0, 0, 0, 0.35, 0.1) 0px 4px 16px,
|
||||
rgba(0, 0, 0, 0.35, 0.1) 0px 8px 24px,
|
||||
rgba(0, 0, 0, 0.35, 0.1) 0px 16px 56px`,
|
||||
'card-inset': 'rgba(0, 0, 0, 0.60) 0px -120px 36px -28px inset',
|
||||
}),
|
||||
fontSize: {
|
||||
|
|
Ładowanie…
Reference in New Issue