diff --git a/postcss.config.js b/postcss.config.js deleted file mode 100644 index 90c2f34..0000000 --- a/postcss.config.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = { - plugins: { - tailwindcss: { config: './tailwind.config.js' }, - autoprefixer: {}, - cssnano: {}, - } -}