From 3bbd966c6ef1615fd3ab79c586a8f4dceca05bb2 Mon Sep 17 00:00:00 2001 From: laraproto Date: Sat, 25 Jan 2025 16:15:33 +0200 Subject: [PATCH] migrate from postcss --- 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 0f77216..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,6 +0,0 @@ -export default { - plugins: { - tailwindcss: {}, - autoprefixer: {} - } -};