module.exports = { future: { purgeLayersByDefault: true, }, purge: { content: [ './components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}', ], }, theme: { extend: { colors: {}, }, }, variants: {}, plugins: [], }