Fix:checkbox default check color add to tailwind safelist #521

This commit is contained in:
advplyr 2022-04-26 18:14:11 -05:00
parent d8ec3bd218
commit 2cc055a1ad

View File

@ -6,6 +6,7 @@ module.exports = {
safelist: [
'bg-success',
'bg-red-600',
'text-green-500',
'py-1.5',
'bg-info'
]