This commit is contained in:
Lan
2024-10-07 00:41:58 +08:00
parent 1b0fa9bb30
commit a7dab00b70
4 changed files with 182 additions and 120 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
import typography from '@tailwindcss/typography'
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
plugins: [
typography,
],
}