mons/magento-css-autoprefix

Magento 2

1.0.0 2023-01-14 07:17 UTC

This package is auto-updated.

Last update: 2024-04-14 10:20:09 UTC


README

This module parses CSS generated by Magento 2 themes and adds vendor prefixes to CSS rules using padaliyajay/php-autoprefixer library.

Installation

  1. Install module via composer composer require mons/magento-css-autoprefix
  2. Register module php bin/magento setup:upgrade

Tested working with

  • Magento 2.4
  • PHP 8.1

Contribution

  • Fork this repository
  • Create your feature branch (git checkout -b feature/your-new-feature) or a bugfix branch (git checkout -b bugfix/bug-short-description) always from develop
  • Commit and submit a new Pull Request