Add apps/web
This commit is contained in:
12
apps/web/tailwind.config.ts
Normal file
12
apps/web/tailwind.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import typography from "@tailwindcss/typography";
|
||||
import type { Config } from "tailwindcss";
|
||||
|
||||
export default {
|
||||
content: ["./src/**/*.{html,js,svelte,ts}"],
|
||||
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
|
||||
plugins: [typography],
|
||||
} satisfies Config;
|
||||
Reference in New Issue
Block a user