重构 BlogContent tailwind

This commit is contained in:
2024-09-29 22:51:17 +08:00
parent 4eb427108e
commit 6ef31e7b3a
3 changed files with 47 additions and 29 deletions

View File

@@ -1,14 +1,17 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
"./index.html",
],
theme: {
extend: {
colors: {
'default-bg': '#fafafa',
'dark-bg': '#1a1a1a',
},
screens: {
'xs': '440px'
}
},
},