The repo for Purrform's main BigCommerce store.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update stylelint rules and comment out image rendering in category template

+9 -2
+7
stylelint.config.js
··· 7 7 reportNeedlessDisables: true, 8 8 9 9 rules: { 10 + 'color-function-alias-notation': null, 11 + 'color-function-notation': null, 10 12 'declaration-no-important': true, 11 13 'function-url-no-scheme-relative': true, 12 14 'no-descending-specificity': null, 13 15 'no-unknown-animations': true, 14 16 'no-unknown-custom-media': true, 15 17 'no-unknown-custom-properties': true, 18 + 'media-feature-range-notation': null, 19 + 'selector-class-pattern': null, 20 + 'selector-id-pattern': null, 21 + 'scss/dollar-variable-pattern': null, 22 + 'keyframes-name-pattern': null, 16 23 }, 17 24 };
+2 -2
templates/pages/category.html
··· 17 17 {{#partial "page"}} 18 18 19 19 {{> components/common/breadcrumbs breadcrumbs=breadcrumbs}} 20 - {{#if category.image}} 20 + <!-- {{#if category.image}} 21 21 {{> components/common/responsive-img 22 22 image="{{category.image}}" 23 23 fallback_size=theme_settings.zoom_size 24 24 lazyload=theme_settings.lazyload_mode 25 25 class="category-header-image" 26 26 }} 27 - {{/if}} 27 + {{/if}} --> 28 28 29 29 <div class="category-description"> 30 30 <div class="col8">