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