module.exports = { content: ['./app/**/*.{html,tsx}'], corePlugins: { preflight: false, }, theme: { colors: { transparent: 'transparent', current: 'currentColor', white: '#ffffff' }, }, };