jankboard/client/tailwind.config.js

9 lines
176 B
JavaScript
Raw Permalink Normal View History

2024-02-21 14:19:36 -08:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{svelte,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}