feat: remove tailwind

This commit is contained in:
Cory Dransfeldt 2023-12-28 08:28:31 -08:00
parent 447e3b417d
commit 9b2d0883e5
No known key found for this signature in database
56 changed files with 1541 additions and 3862 deletions

View file

@ -1,7 +1,7 @@
<nav>
<ul class="flex">
<ul>
{% for link in nav.menu %}
<li{% if not forloop.last %} class="mr-4"{% endif %}>
<li>
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon %}
</li>
{% endfor %}