1
0
mirror of https://github.com/avinal/box-box.git synced 2026-01-10 21:48:32 +05:30
Files
box-box/assets/html/tailwind.html
2025-01-01 20:08:08 +05:30

14 lines
637 B
HTML

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