From 112cd397d3e9b89c02d6dfc8b7ed2a15dcd2ee24 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 8 Sep 2025 00:43:29 -0700 Subject: fix postcss config tailwindv4 --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js index 33ad091..668a5b9 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ module.exports = { plugins: { - tailwindcss: {}, + '@tailwindcss/postcss': {}, autoprefixer: {}, }, } -- cgit v1.2.3