ubermanu / magento2-theme-next
基于空白主题并进行了一些改进的Magento 2主题
dev-master
2024-02-05 18:18 UTC
Requires
- php: ~7.4.0||~8.1.0
- magento/framework: 103.0.*
- magento/theme-frontend-blank: 100.4.*
- ubermanu/magento2-tko: ^1.0.0
- ubermanu/magento2-toast: ^1.0.0
This package is auto-updated.
Last update: 2024-09-05 19:50:15 UTC
README
为Magento 2设计的下一代主题。
通过添加一些功能和修复来改进空白主题。
安装
composer require ubermanu/magento2-theme-next
此主题需要Magento 2.4+和magefront。
功能
LESS 4
此主题使用最新版本的LESS (4.x),而不是Magento 2内部使用的PHP端口。
网格
主题使用grid而不是float进行布局。
这使得扩展布局和添加新列、调整大小等变得更加容易。
Feather Icons
主题使用Feather Icons而不是内置的Blank-Theme-Icons。
已存在的图标变量仍然可用。
TailwindCSS
主题使用TailwindCSS的颜色、间距、字体大小等值。
TKO
主题使用TKO而不是KnockoutJS。
如果您遇到任何问题,请向ubermanu/magento2-tko存储库报告。