From e7efe782cabf3e2629eab116665967187d5810a0 Mon Sep 17 00:00:00 2001 From: James Blair Date: Mon, 4 Dec 2023 16:54:25 +1300 Subject: [PATCH] Remove extraneous postcss config file. --- postcss.config.js | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 postcss.config.js diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 33ad091..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - plugins: { - tailwindcss: {}, - autoprefixer: {}, - }, -}