From 43262fcd2e8f7094e1900896ee56137f865b35bd Mon Sep 17 00:00:00 2001 From: Monica Mateiu Date: Fri, 29 Jul 2022 09:52:27 +0100 Subject: [PATCH] Fix linting issues in feature-product and main-product sections (#1873) * fix linting issues in feature-product and main-product sections * use button--secondary when dynamic checkout or subscriptions enabled (#1875) --- sections/featured-product.liquid | 563 +++++++++++++--------- sections/main-product.liquid | 798 ++++++++++++++++++++----------- 2 files changed, 855 insertions(+), 506 deletions(-) diff --git a/sections/featured-product.liquid b/sections/featured-product.liquid index e5aba9c027f..d02e9bc9b0c 100644 --- a/sections/featured-product.liquid +++ b/sections/featured-product.liquid @@ -26,15 +26,32 @@ {%- assign first_3d_model = product.media | where: "media_type", "model" | first -%} {%- if first_3d_model -%} {{ 'component-product-model.css' | asset_url | stylesheet_tag }} - - + + {%- endif -%}