From 9750a7c865c81514689aa9386d1c45fe286985f0 Mon Sep 17 00:00:00 2001 From: fyah Date: Sat, 9 May 2026 11:20:31 +0800 Subject: [PATCH] fix: add tailwindcss PostCSS plugin Co-Authored-By: Claude Opus 4.7 --- Elec/postcss.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Elec/postcss.config.js b/Elec/postcss.config.js index de58125..2b75bd8 100644 --- a/Elec/postcss.config.js +++ b/Elec/postcss.config.js @@ -1,5 +1,6 @@ export default { plugins: { + tailwindcss: {}, autoprefixer: {} } }