Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 944 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 944 Bytes

Timeless Shopify Theme

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.

Tailwind CSS

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

Icons

Defined in snippets/icon.liquid

<!-- Example -->
{% render 'icon' with 'cart' %}

Refer to https://polaris.shopify.com/icons

Carousels

All carousels in this theme (if not built with native CSS) are built using Swiper.