/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./index.html', './src/**/*.{html,svelte,js,ts}'], theme: { extend: {}, }, plugins: [], }