From 8541836d350a2cfb9cdf6af04accf2cb5c6c6a26 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Sat, 20 Feb 2021 12:31:23 +0100 Subject: [PATCH] Update package.json --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 5c6af23..b77dc1f 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,12 @@ "devDependencies": { "@nuxtjs/color-mode": "2.0.3", "@nuxtjs/tailwindcss": "3.4.2", + "autoprefixer": "^10.2.4", + "css-loader": "^5.0.0", + "postcss": "^7.0.32", + "postcss-import": "^14.0.0", + "postcss-loader": "^5.0.0", + "postcss-url": "^10.1.1", "tailwindcss": "2.0.3" } }