From e556db68e4d84bcf1b9d6242cb5150b8156058cd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 21 Mar 2019 10:08:09 +0000 Subject: [PATCH] Update tailwindcss requirement --- wp-content/themes/tailwind/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/tailwind/package.json b/wp-content/themes/tailwind/package.json index f6a98fe..c6b961b 100644 --- a/wp-content/themes/tailwind/package.json +++ b/wp-content/themes/tailwind/package.json @@ -11,6 +11,6 @@ "cross-env": "^5.2.0", "laravel-mix": "^4.0.14", "postcss-nested": "^4.1.2", - "tailwindcss": "^1.0.0-beta.2" + "tailwindcss": "^1.0.0-beta.3" } }