修改前端技术栈后,改为react技术
This commit is contained in:
13
frontend-react/tailwind.config.js
Normal file
13
frontend-react/tailwind.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
// --- 关键点在这里 ---
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}", // 确保这行存在且路径正确
|
||||
],
|
||||
// -------------------
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user