From d92dad2088f6e4e5570d7d28632cd73b4b71324a Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 15 Mar 2019 21:50:45 +0000 Subject: [PATCH] Group tailwindcss plugins --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9b1727..742b11f 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "postcss-nested": "^4.1.2", "tailwindcss": "https://github.com/tailwindcss/tailwindcss.git#next", "tailwindcss-spaced-items": "^0.1.0", + "tailwindcss-visuallyhidden": "^1.0.1", "vue": "^2.5.17", "vue-router": "^3.0.2" }, @@ -21,7 +22,6 @@ "babel-eslint": "^10.0.1", "eslint": "^5.8.0", "eslint-plugin-vue": "^5.0.0-0", - "tailwindcss-visuallyhidden": "^1.0.1", "vue-template-compiler": "^2.5.17" }, "eslintConfig": {