mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-05-18 05:05:39 +02:00
Fix tailwind safelist
This commit is contained in:
@@ -93,7 +93,11 @@ module.exports = {
|
||||
'h-5',
|
||||
'left-2.5',
|
||||
'top-3',
|
||||
'h-7'
|
||||
'h-7',
|
||||
'bg-secondary-600',
|
||||
'text-white',
|
||||
'bg-white',
|
||||
'text-gray-600'
|
||||
]
|
||||
},
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
|
||||
Reference in New Issue
Block a user