title | issue |
---|---|
Disable CSS auto prefixer |
NEXT-25150 |
- Changed constructor of
\Shopware\Storefront\Theme\ThemeCompiler
to accept config valuestorefront.theme.auto_prefix_css
as 14th argument. - Changed
\Shopware\Storefront\Theme\ThemeCompiler
for not using\Padaliyajay\PHPAutoprefixer\Autoprefixer
support on default. - Added new configuration key
storefront.theme.auto_prefix_css
inStorefront/Resources/config/packages/storefront.yaml
which defaults tofalse
to toggle\Padaliyajay\PHPAutoprefixer\Autoprefixer
support.