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 @@