Skip to content

Commit 447fe70

Browse files
authored
v2.3.2
2 parents c0603c7 + 11b8a80 commit 447fe70

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

.github/design/design.xd

2.13 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Loading

.github/img/button-youtube-setup.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Shopify Theme Lab is a customizable modular development environment for blazing-
2626
**TL;DR** Go to [Installing](#installing), then go to [Getting started](#getting-started). Now you're ready to start 🔥
2727
<!-- title / description (end) -->
2828

29-
<!-- button-youtube-setup (start) -->
29+
<!-- button-youtube-quick-start (start) -->
3030
<p>
3131
<a href="https://youtu.be/b1CQC7RhmHA">
32-
<img src=".github/img/button-youtube-setup.svg" width="200px">
32+
<img src=".github/img/button-youtube-quick-start.svg" width="250px">
3333
</a>
3434
</p>
35-
<!-- button-youtube-setup (end) -->
35+
<!-- button-youtube-quick-start (end) -->
3636

3737
<!-- toc (start) -->
3838
## Table of contents

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shopify-theme-lab",
33
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
44
"author": "Sergej Samsonenko <contact@sergej.codes>",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

src/tailwind.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ module.exports = {
2020
// learn more on https://tailwindcss.com/docs/controlling-file-size/#removing-unused-css
2121
enabled: process.env.NODE_ENV === 'production',
2222
content: [
23-
path.resolve(__dirname, '**/*.vue'),
24-
path.resolve(__dirname, '**/*.js'),
23+
path.resolve(__dirname, '**/*.{js,vue}'),
2524
path.resolve(__dirname, '../shopify/**/*.liquid')
2625
]
2726
}

0 commit comments

Comments
 (0)