1
0
mirror of https://github.com/avinal/box-box.git synced 2026-01-10 21:48:32 +05:30

fix: css class and positioning issues in page

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2025-01-01 20:08:08 +05:30
parent 63fc69c1fa
commit f1d6d1f8df
5 changed files with 42 additions and 2080 deletions

File diff suppressed because one or more lines are too long

13
assets/html/tailwind.html Normal file
View File

@@ -0,0 +1,13 @@
<!-- This file is just to keep tailwind happy by providing computed classes. -->
<div class="bg-purple-400 to-purple-400"></div>
<div class="bg-red-400 to-red-400"></div>
<div class="bg-cyan-400 to-cyan-400"></div>
<div class="bg-pink-400 to-pink-400"></div>
<div class="bg-rose-400 to-rose-400"></div>
<div class="bg-fuchsia-400 to-fuchsia-400"></div>
<div class="bg-violet-400 to-violet-400"></div>
<div class="bg-amber-400 to-amber-400"></div>
<div class="bg-indigo-400 to-indigo-400"></div>
<div class="bg-emerald-400 to-emerald-400"></div>
<div class="bg-yellow-400 to-yellow-400"></div>
<div class="bg-teal-400 to-teal-400"></div>