Initial commit
This commit is contained in:
10
tailwind.config.mjs
Normal file
10
tailwind.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
import typography from "@tailwindcss/typography"
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [typography],
|
||||
}
|
Reference in New Issue
Block a user