From a276f4879a351349c38d2d5b5efd8f6b977f5c22 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 6 Sep 2025 14:43:03 -0700 Subject: migrate to tailwind v4 --- 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