garf/tailwind.config.js

9 lines
186 B
JavaScript
Raw Normal View History

2024-03-18 22:45:45 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{js,ts,svelte,html}"],
theme: {
extend: {},
},
plugins: [],
};