Splendid Astro Spacing — A Tailwind Utility for Astro
When using Tailwind with Astro, you’ll notice that Tailwind’s space utilities stop working when you use it with Astro Components or Slots .
<!-- Doesn't work when using with Astro components and slots -->
<div class='space-y-4'>
<Component client:l...
zellwk.com2 min read