重构 BlogContent tailwind
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user