mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-11-13 12:43:43 +08:00
初始化
This commit is contained in:
9
admin/tailwind.config.js
Normal file
9
admin/tailwind.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [],
|
||||
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user