初始化仓库
This commit is contained in:
13
vendor/w7corp/easywechat/docs/tailwind.config.js
vendored
Normal file
13
vendor/w7corp/easywechat/docs/tailwind.config.js
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
content: [
|
||||
'./src/**/*.md',
|
||||
'./.vitepress/theme/components/*.vue',
|
||||
'./.vitepress/theme/styles/*.scss',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user