From a674d2e03de3bd048714d9c06e4bba9d9ecdb328 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Mon, 9 Jun 2025 04:44:45 +0700 Subject: Offerwall page - using datatables to show the bucket contents, setting up tabs to allow overview and detail insights of buckets, formatting of height and layout, playing with iqr, connection to conditionally eligible sidebar --- src/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index 9e80986..e3beb23 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,8 @@ @import "tailwindcss"; @import "tw-animate-css"; +@tailwind base; +@tailwind components; +@tailwind utilities; #testD4rN { max-width: 800px; -- cgit v1.2.3