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