From a6233635790bec964440efe4a07566aac11434bd Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 19 Sep 2020 23:00:02 -0500 Subject: [PATCH] Remove nuxt from global css --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index ace6889..dfc9a3a 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -73,7 +73,7 @@ export default { /* ** Global CSS */ - css: ['~/assets/css/tailwind.css'], + // css: ['~/assets/css/tailwind.css'], /* ** Plugins to load before mounting the App