From 5ef1d2acb24e7b9ec8566ba29ae4dd025c78d7cb Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 11 Jun 2025 21:09:11 -0500 Subject: stupid huge update lots of cool stuff --- postcss.config.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js index 5307961..52b9b4b 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,6 +1,5 @@ module.exports = { - plugins: [ - require("autoprefixer"), - require("postcss-nested"), - ], + plugins: { + '@tailwindcss/postcss': {}, + }, } -- cgit v1.2.3