Files
gw/frontend/tailwind.config.js
T
ponzischeme89 6d44e05de4 v1
2026-04-18 07:23:55 +12:00

7 lines
161 B
JavaScript

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