mons / magento-css-autoprefix
Magento 2
1.0.0
2023-01-14 07:17 UTC
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-09-14 11:06:43 UTC
README
此模块解析由 Magento 2 主题生成的 CSS,并使用 padaliyajay/php-autoprefixer
库向 CSS 规则添加供应商前缀。
安装
- 使用 composer 安装模块
composer require mons/magento-css-autoprefix
- 注册模块
php bin/magento setup:upgrade
测试兼容
- Magento 2.4
- PHP 8.1
贡献
- 从这个仓库分叉
- 创建您的功能分支(
git checkout -b feature/your-new-feature
)或错误修复分支(git checkout -b bugfix/bug-short-description
),始终从develop
分支开始 - 提交并提交一个新的 Pull Request