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