@StorefrontBootstrap
placeholder instead of the @Storefront
bundle in the style
section of your theme.json
. This gives you the ability to use the Bootstrap SCSS without the Shopware Storefront "skin". Therefore all the SCSS from <plugin root>src/Storefront/Resources/app/storefront/src/scss/skin
will not be available in your theme.style
section of the theme.json
. You must not use it in views
or script
.$sw-color-brand-primary
are also available when using the Bootstrap option.@StorefrontBootstrap
or @Storefront
. They should not be used at the same time. The @Storefront
bundle includes the Bootstrap SCSS already.@StorefrontBootstrap
does not include @Plugins
, you have to add it yourself.