Files

7 lines
161 B
JavaScript
Raw Permalink Normal View History

2026-04-18 07:23:55 +12:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{svelte,js,ts}'],
theme: { extend: {} },
plugins: [],
}