From 39c9820182b40d054ef15f197de28e3f8a89240f Mon Sep 17 00:00:00 2001 From: Alfarish Fizikri Date: Thu, 24 Jul 2025 05:07:27 +0700 Subject: [PATCH] refactor(style): utilize tailwind instead of CSS --- .../RollingGallery/RollingGallery.vue | 117 +++--------------- src/demo/Components/RollingGalleryDemo.vue | 83 ++++++------- 2 files changed, 54 insertions(+), 146 deletions(-) diff --git a/src/content/Components/RollingGallery/RollingGallery.vue b/src/content/Components/RollingGallery/RollingGallery.vue index 33fef45..b19d145 100644 --- a/src/content/Components/RollingGallery/RollingGallery.vue +++ b/src/content/Components/RollingGallery/RollingGallery.vue @@ -1,11 +1,12 @@