Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix breadcrumb styles
issue: NEXT-32803
author: Elias Lackner
author_email: [email protected]
author_github: @lacknere
---
- Deprecated SCSS file
Resources/app/storefront/src/scss/page/content/_breadcrumb.scss
will be removed without replacement. Bootstrap container styles are used instead. - Removed unused css class
breadcrumb-container
inResources/app/storefront/src/scss/skin/shopware/component/_breadcrumb.scss
. - Removed
breadcrumb
class from outer breadcrumb container inResources/views/storefront/page/content/index.html.twig
to prevent duplicated bootstrap styles. - Removed
breadcrumb
class from outer breadcrumb container inResources/views/storefront/page/content/product-detail.html.twig
to prevent duplicated bootstrap styles.