From 67e775367a6327e4e66850ed4f830de92f3374d6 Mon Sep 17 00:00:00 2001 From: Andrew Etchen Date: Fri, 18 Mar 2022 14:24:08 -0400 Subject: [PATCH] Theme check TemplateLength (#1511) --- .theme-check.yml | 2 ++ sections/main-product.liquid | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.theme-check.yml b/.theme-check.yml index 1905f96b232..f905bd47a81 100644 --- a/.theme-check.yml +++ b/.theme-check.yml @@ -1,2 +1,4 @@ MatchingTranslations: enabled: false +TemplateLength: + enabled: false diff --git a/sections/main-product.liquid b/sections/main-product.liquid index 2cca43d01c3..1afc05107f7 100644 --- a/sections/main-product.liquid +++ b/sections/main-product.liquid @@ -1,4 +1,3 @@ -{% comment %}theme-check-disable TemplateLength{% endcomment %} {{ 'section-main-product.css' | asset_url | stylesheet_tag }} {{ 'component-accordion.css' | asset_url | stylesheet_tag }} {{ 'component-price.css' | asset_url | stylesheet_tag }}