Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuotsu/timeless-shopify-theme

A modern Shopify theme built for merchants and developers.
https://github.com/nuotsu/timeless-shopify-theme

shopify shopify-theme

Last synced: 10 days ago
JSON representation

A modern Shopify theme built for merchants and developers.

Awesome Lists containing this project

README

        

# Timeless Shopify Theme

> A minimalistic Shopify Theme built with Tailwind CSS

An iteration of my archived theme [Danshari](https://github.com/mitchuman/danshari).
Inspired from the flaws (and features) of [Dawn](https://github.com/Shopify/dawn).

Fulfills Shopify's [Theme store requirements](https://shopify.dev/docs/themes/store/requirements).

## Tailwind CSS

> Configured in `snippets/tailwind.liquid`

Use the following style tag for use with Tailwind:

```html

@apply ...;

```

To add custom CSS, use the **Custom CSS fields** found within the [theme editor](https://shopify.dev/docs/themes/tools/online-editor)

## Icons

> Defined in `snippets/icon.liquid`

```liquid

{% 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](https://swiperjs.com/).