添加 Tailwind CSS 插件

This commit is contained in:
bakaECC 2025-12-10 16:27:40 +08:00
parent 3c5a641bcd
commit ec4a2f1bf2

View File

@ -1,5 +1,6 @@
module.exports = { module.exports = {
plugins: { plugins: {
tailwindcss: {},
autoprefixer: {}, autoprefixer: {},
}, },
}; };