This commit is contained in:
Baobhan Sith
2025-04-22 21:02:52 +08:00
parent 08b55a2ce6
commit df4137a2c3
5 changed files with 0 additions and 206 deletions
-4
View File
@@ -25,12 +25,8 @@
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-vue": "^4.2.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"typescript": "^5.0.0",
"vite": "^4.4.0",
"vue-tsc": "^1.8.0"
-6
View File
@@ -1,6 +0,0 @@
module.exports = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}
-3
View File
@@ -1,6 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
/* 全局样式和 CSS 变量定义 */
:root {
-11
View File
@@ -1,11 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}