heroweb/svelte/auth/tailwind.config.ts
2024-09-13 16:00:11 +03:00

12 lines
202 B
TypeScript

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