fix: migrate classic/mt to Tailwind CSS v4 with @tailwindcss/postcss
Docker Build / Build and Push Docker Image (push) Failing after 26s
Docker Build / Build and Push Docker Image (push) Failing after 26s
This commit is contained in:
Vendored
+2
-6
@@ -52,15 +52,13 @@
|
||||
"@rsbuild/core": "^2.0.7",
|
||||
"@rsbuild/plugin-react": "^2.0.0",
|
||||
"@so1ve/prettier-config": "^3.1.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"i18next-cli": "^1.10.3",
|
||||
"postcss": "^8.5.3",
|
||||
"prettier": "catalog:",
|
||||
"prop-types": "^15.8.1",
|
||||
"tailwindcss": "^3",
|
||||
"typescript": "4.4.2",
|
||||
},
|
||||
},
|
||||
@@ -111,15 +109,13 @@
|
||||
"@rsbuild/core": "^2.0.7",
|
||||
"@rsbuild/plugin-react": "^2.0.0",
|
||||
"@so1ve/prettier-config": "^3.1.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"i18next-cli": "^1.10.3",
|
||||
"postcss": "^8.5.3",
|
||||
"prettier": "catalog:",
|
||||
"prop-types": "^15.8.1",
|
||||
"tailwindcss": "^3",
|
||||
"typescript": "4.4.2",
|
||||
},
|
||||
},
|
||||
|
||||
Vendored
+2
-4
@@ -78,15 +78,13 @@
|
||||
"@rsbuild/core": "^2.0.7",
|
||||
"@rsbuild/plugin-react": "^2.0.0",
|
||||
"@so1ve/prettier-config": "^3.1.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"i18next-cli": "^1.10.3",
|
||||
"postcss": "^8.5.3",
|
||||
"prop-types": "^15.8.1",
|
||||
"prettier": "catalog:",
|
||||
"tailwindcss": "^3",
|
||||
"prop-types": "^15.8.1",
|
||||
"typescript": "4.4.2"
|
||||
},
|
||||
"prettier": {
|
||||
|
||||
Vendored
+1
-2
@@ -19,7 +19,6 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
'@tailwindcss/postcss': {},
|
||||
},
|
||||
};
|
||||
|
||||
Vendored
+2
-13
@@ -1,17 +1,6 @@
|
||||
/* ==================== Tailwind CSS 配置 ==================== */
|
||||
@layer tailwind-base, semi, tailwind-components, tailwind-utils;
|
||||
|
||||
@layer tailwind-base {
|
||||
@tailwind base;
|
||||
}
|
||||
|
||||
@layer tailwind-components {
|
||||
@tailwind components;
|
||||
}
|
||||
|
||||
@layer tailwind-utils {
|
||||
@tailwind utilities;
|
||||
}
|
||||
@import "tailwindcss";
|
||||
@config "./tailwind.config.js";
|
||||
|
||||
/* ==================== 全局基础样式 ==================== */
|
||||
:root {
|
||||
|
||||
Vendored
+2
-4
@@ -78,15 +78,13 @@
|
||||
"@rsbuild/core": "^2.0.7",
|
||||
"@rsbuild/plugin-react": "^2.0.0",
|
||||
"@so1ve/prettier-config": "^3.1.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"@tailwindcss/postcss": "^4.3.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-header": "^3.1.1",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"i18next-cli": "^1.10.3",
|
||||
"postcss": "^8.5.3",
|
||||
"prop-types": "^15.8.1",
|
||||
"prettier": "catalog:",
|
||||
"tailwindcss": "^3",
|
||||
"prop-types": "^15.8.1",
|
||||
"typescript": "4.4.2"
|
||||
},
|
||||
"prettier": {
|
||||
|
||||
Vendored
+1
-2
@@ -19,7 +19,6 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
|
||||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
'@tailwindcss/postcss': {},
|
||||
},
|
||||
};
|
||||
|
||||
Vendored
+2
-13
@@ -1,17 +1,6 @@
|
||||
/* ==================== Tailwind CSS 配置 ==================== */
|
||||
@layer tailwind-base, semi, tailwind-components, tailwind-utils;
|
||||
|
||||
@layer tailwind-base {
|
||||
@tailwind base;
|
||||
}
|
||||
|
||||
@layer tailwind-components {
|
||||
@tailwind components;
|
||||
}
|
||||
|
||||
@layer tailwind-utils {
|
||||
@tailwind utilities;
|
||||
}
|
||||
@import "tailwindcss";
|
||||
@config "./tailwind.config.js";
|
||||
|
||||
/* ==================== 全局基础样式 ==================== */
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user