/** @type {import('tailwindcss').Config} */ module.exports = { content: [ './app/**/*.tsx', './components/**/*.tsx', './lib/**/*.tsx', './pages/**/*.tsx', ], theme: { extend: {}, }, plugins: [], future: { hoverOnlyWhenSupported: true, }, }