From 8893bd5eff41825771a43d7ca8c1bd7e432ae9c9 Mon Sep 17 00:00:00 2001 From: Louis Hollingworth Date: Wed, 22 Jun 2022 15:49:32 +0100 Subject: [PATCH] Update package.json Tailwind no longer needed, removing. Signed-off-by: Louis Hollingworth --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9499bb0..0654673 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ }, "dependencies": { "@nuxtjs/i18n": "^7.2.2", - "autoprefixer": "^10.4.7", - "tailwindcss": "^3.0.24" + "autoprefixer": "^10.4.7" } }