From 5a9d29a4ad6fc7a6ccc6a75fa361a20048a77552 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 2 Mar 2022 16:49:14 +1100 Subject: Install tailwindcss --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 4a947cd..95eeebb 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,9 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^2.2.0", + "autoprefixer": "^10.4.2", + "postcss": "^8.4.7", + "tailwindcss": "^3.0.23", "vite": "^2.8.0" } } -- cgit v1.2.3