From 5cafb23e44381844253e44eff71ef84466c6fa92 Mon Sep 17 00:00:00 2001 From: rayelliott Date: Sun, 29 Mar 2020 17:10:55 +0000 Subject: [PATCH] remove leftover tailwindcss plugin decloration --- postcss.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index c107144..85ed003 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -5,6 +5,5 @@ module.exports = { browsers: "last 2 versions" }, autoprefixer: {}, - tailwindcss: {}, } };