katstash/tailwind.config.js
Sphericalkat 40ca26d07d
feat(treewide): add tailwindcss
Signed-off-by: Sphericalkat <me@kat.bio>
2024-06-17 15:43:23 +05:30

10 lines
158 B
JavaScript

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