/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./public/index.html', './src/**/*.{html,js,ts,jsx,tsx,vue}'], darkMode: 'class', theme: { extend: {}, }, plugins: [], corePlugins: { preflight: false, }, };