From a28d8f8537258181ac9d44a13bfb24d66f33ec3f Mon Sep 17 00:00:00 2001 From: Boofdev Date: Thu, 23 Nov 2023 12:27:50 +0100 Subject: [PATCH] add PCSS --- postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 postcss.config.js diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}