兼容低内核版本的浏览器

This commit is contained in:
eafonyang
2026-06-03 15:42:58 +08:00
parent e17c096f0b
commit 56da3e0d1f
29 changed files with 1246 additions and 82 deletions
+6
View File
@@ -0,0 +1,6 @@
const tailwindcss3 = require("tailwindcss3");
const autoprefixer = require("autoprefixer");
module.exports = {
plugins: [tailwindcss3({ config: "./tailwind.legacy.config.cjs" }), autoprefixer()],
};