mons / magento-css-autoprefix
Magento 2
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0||~8.2.0
- magento/framework: 103.0.*
- magento/module-deploy: 100.4.*
- magento/module-developer: 100.4.*
- padaliyajay/php-autoprefixer: ^1.4
This package is auto-updated.
Last update: 2024-12-14 11:37:43 UTC
README
This module parses CSS generated by Magento 2 themes and adds vendor prefixes to CSS rules using padaliyajay/php-autoprefixer
library.
Installation
- Install module via composer
composer require mons/magento-css-autoprefix
- 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 fromdevelop
- Commit and submit a new Pull Request