fix: tailwindcss to support tsx

This commit is contained in:
JohnMark Sill 2022-02-18 17:41:22 -06:00
parent fc0b3c9a78
commit 63977cc24a

View File

@ -1,5 +1,5 @@
module.exports = { module.exports = {
purge: ['./public/**/*.html', './src/**/*.jsx'], purge: ['./public/**/*.html', './src/**/*.jsx', './src/**/*.tsx'],
darkMode: 'class', darkMode: 'class',
theme: { theme: {
extend: { extend: {