Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nuotsu/timeless-shopify-theme
- Owner: nuotsu
- Created: 2023-08-21T05:06:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T19:32:42.000Z (about 1 year ago)
- Last Synced: 2024-12-04T18:44:25.084Z (2 months ago)
- Topics: shopify, shopify-theme
- Language: Liquid
- Homepage: https://timeless-docs.vercel.app/
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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/).