A minimalistic Shopify Theme built with Tailwind CSS
An iteration of my archived theme Danshari. Inspired from the flaws (and features) of Dawn.
Fulfills Shopify's Theme store requirements.
Configured in
snippets/tailwind.liquid
Use the following style tag for use with Tailwind:
<style type="text/tailwindcss">
@apply ...;
</style>
To add custom CSS, use the Custom CSS fields found within the theme editor
Defined in
snippets/icon.liquid
<!-- Example -->
{% render 'icon' with 'cart' %}
Refer to https://polaris.shopify.com/icons
All carousels in this theme (if not built with native CSS) are built using Swiper.