export const content = [ './src/pages/**/*.tsx', './src/components/**/*.tsx', './src/layouts/**/*.tsx', ]; export const corePlugins = { preflight: false, };