From af9a97c44ffec4bf1ab2d1581ecfea9235fc6f11 Mon Sep 17 00:00:00 2001 From: Zep Fietje Date: Sun, 16 Oct 2022 11:42:00 +0200 Subject: [PATCH] Update PostCSS config --- postcss.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postcss.config.js b/postcss.config.js index 12a703d..67cdf1a 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,6 @@ module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, };