ubermanu / magento2-theme-next
Magento 2 theme based on blank with a few improvements
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 2
Open Issues: 2
Language:Less
Type:magento2-theme
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: 2025-03-31 07:20:37 UTC
README
A next generation theme for Magento 2.
Improves the blank theme by adding some features and fixes.
Installation
composer require ubermanu/magento2-theme-next
This theme requires Magento 2.4+ and magefront.
Features
LESS 4
This theme uses the latest version of LESS (4.x) instead of the PHP port used internally in Magento 2.
Grid
The theme uses grid
instead of float
for the layout.
It makes it easier to extend the layout and add new columns, resize them, etc.
Feather Icons
The theme uses Feather Icons instead of the built-in Blank-Theme-Icons.
The already existing icon variables are still available.
TailwindCSS
The theme uses TailwindCSS values for colors, spacing, font sizes, etc.
TKO
The theme uses TKO instead of KnockoutJS.
If you face any issues, please report them to the ubermanu/magento2-tko repository.