From 857ab9f23597185c5e910071b10dc9bca9582ec8 Mon Sep 17 00:00:00 2001 From: Michael Dausmann Date: Thu, 20 Apr 2023 22:13:41 +1000 Subject: [PATCH] introduce tailwind --- app.vue | 8 +- assets/css/tailwind.css | 3 + components/AppFooter.vue | 3 +- components/AppHeader.vue | 60 +- nuxt.config.ts | 2 +- package-lock.json | 4668 +++++++++++++++++++++++++++++++++++--- package.json | 3 + pages/dashboard.vue | 21 +- tailwind.config.js | 13 + 9 files changed, 4464 insertions(+), 317 deletions(-) create mode 100644 assets/css/tailwind.css create mode 100644 tailwind.config.js diff --git a/app.vue b/app.vue index 578b2ca..2fafe28 100644 --- a/app.vue +++ b/app.vue @@ -1,7 +1,11 @@ diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css new file mode 100644 index 0000000..bd6213e --- /dev/null +++ b/assets/css/tailwind.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file diff --git a/components/AppFooter.vue b/components/AppFooter.vue index ef7c5f9..5316452 100644 --- a/components/AppFooter.vue +++ b/components/AppFooter.vue @@ -1,6 +1,5 @@