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