From 1df46c6a636fd8d1d4f795d30f027b931f20b346 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 17 Jun 2025 21:06:55 -0500 Subject: finish tailwind restyle --- webpack.config.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index ba6756e..6204e46 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -10,15 +10,7 @@ module.exports = { "css-loader", { loader: "postcss-loader", - options: { - postcssOptions: { - plugins: [ - require("autoprefixer"), - require("postcss-nested"), - require("@tailwindcss/postcss"), - ] - } - } + options: { postcssOptions: { plugins: [ require("@tailwindcss/postcss") ] } }, }, ], }, -- cgit v1.2.3