fix: invalid tailwind ignore option

This commit is contained in:
원더 2021-01-13 21:33:22 +09:00
parent 4d88f0129b
commit 53f9aa3a97

View File

@ -8,7 +8,7 @@ module.exports = {
'./**/*.{ts,tsx}',
],
options: {
whitelist: ['bg-green-400', 'bg-yellow-300', 'bg-red-500', 'bg-gray-500', 'bg-purple-500'],
whitelist: ['text-green-400', 'text-yellow-300', 'text-red-500', 'text-gray-500', 'text-purple-500'],
}
},
darkMode: 'class', // or 'media' or 'class'