From 0a5e685a46350f970acea973045b7fd4399af21e Mon Sep 17 00:00:00 2001 From: Sorin Ruse Date: Sun, 5 Aug 2018 11:04:22 +0300 Subject: [PATCH] updating tailwindcss to 0.6.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f6f5fb9..fc12b69 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "postcss": "^6.0.14", "postcss-loader": "^2.0.8", "style-loader": "^0.19.0", - "tailwindcss": "^0.5.3", + "tailwindcss": "^0.6.4", "webpack": "^3.8.1" } }