From bc3b817ab720e2e38aa6cc84da92d0f368f445c4 Mon Sep 17 00:00:00 2001 From: khatab Wedaa <38974561+khatabwedaa@users.noreply.github.com> Date: Wed, 25 Nov 2020 20:33:05 +0200 Subject: [PATCH] Upgrade to tailwindcss v2 (#29) * Update tailwindcss version * Update utility classes * Add colors note --- package.json | 2 +- src/components/Main.vue | 1 + .../ui/Authentication/LoginWithSideImage.vue | 8 +- .../ui/Authentication/SimpleLogin.vue | 8 +- src/components/ui/Forms/Simple.vue | 16 +-- src/components/ui/Navbars/WithCategories.vue | 4 +- tailwind.config.js | 118 ++++++++++++++++++ 7 files changed, 138 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 579ddd4..52bdfc6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "core-js": "^3.6.4", "highlight.js": "^10.0.2", "postcss-import": "^12.0.1", - "tailwindcss": "^1.8.0", + "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1", "vue": "^2.6.11", "vue-analytics": "^5.22.1", "vue-backtotop": "^1.6.1", diff --git a/src/components/Main.vue b/src/components/Main.vue index 8c85502..bb38437 100644 --- a/src/components/Main.vue +++ b/src/components/Main.vue @@ -13,6 +13,7 @@
Heros components require simple - don't panic please 😎 - configuration
+Note Meraki UI use Tailwindcss V1 color we are working to Support V2 colors