garf/tailwind.config.js
2024-03-18 18:45:45 -04:00

8 lines
186 B
JavaScript

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