Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 558 Bytes

2023-04-03-disable-auto-prefixer.md

File metadata and controls

8 lines (8 loc) · 558 Bytes
title issue
Disable CSS auto prefixer
NEXT-25150

Storefront

  • Changed constructor of \Shopware\Storefront\Theme\ThemeCompiler to accept config value storefront.theme.auto_prefix_css as 14th argument.
  • Changed \Shopware\Storefront\Theme\ThemeCompilerfor not using \Padaliyajay\PHPAutoprefixer\Autoprefixer support on default.
  • Added new configuration key storefront.theme.auto_prefix_css in Storefront/Resources/config/packages/storefront.yaml which defaults to false to toggle \Padaliyajay\PHPAutoprefixer\Autoprefixer support.