/** @type {import('tailwindcss').Config} */ import { colors, spacing } from './src/lib/config'; export default { content: ['./src/**/*.{html,js,svelte,ts}'], theme: { extend: {} }, plugins: [] };