From 66029addbb963824866dd56b15788a94f85b7cb3 Mon Sep 17 00:00:00 2001 From: Hampus Hallkvist Date: Tue, 6 Aug 2024 19:47:25 +0200 Subject: [PATCH] fix: postcss --- postcss.config.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index 55b4e55..a3f5603 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,7 @@ // eslint-disable-next-line no-undef module.exports = { - tailwindcss: {}, - autoprefixer: {} + plugins: { + tailwindcss: {}, + autoprefixer: {} + } }