/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js,svelte,ts}"], theme: { extend: { colors: { "accent-1": "#333", }, }, }, plugins: [], };