From 5cef2fa4668f7f734bf34cecaa19b2b200446204 Mon Sep 17 00:00:00 2001 From: Stefan Probst Date: Mon, 28 Oct 2024 12:22:50 +0100 Subject: [PATCH] feat: add tailwind breakpoint indicator --- app/app.vue | 1 + app/components/tailwind-indicator.vue | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 app/components/tailwind-indicator.vue diff --git a/app/app.vue b/app/app.vue index 186967f..d3ad388 100644 --- a/app/app.vue +++ b/app/app.vue @@ -2,6 +2,7 @@ + diff --git a/app/components/tailwind-indicator.vue b/app/components/tailwind-indicator.vue new file mode 100644 index 0000000..a5b88e2 --- /dev/null +++ b/app/components/tailwind-indicator.vue @@ -0,0 +1,19 @@ + + +