新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
14
tailwind.config.js
Normal file
14
tailwind.config.js
Normal file
@ -0,0 +1,14 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
"./src/**/*.{js,jsx,ts,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
corePlugins: {
|
||||
preflight: false, //禁止tailwindcss的默认属性
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user