https://github.com/ubermanu/magento2-theme-next
A next generation blank theme (WIP)
https://github.com/ubermanu/magento2-theme-next
blank magento2 next theme
Last synced: about 1 year ago
JSON representation
A next generation blank theme (WIP)
- Host: GitHub
- URL: https://github.com/ubermanu/magento2-theme-next
- Owner: ubermanu
- License: mit
- Created: 2022-10-06T08:50:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-28T08:43:21.000Z (about 1 year ago)
- Last Synced: 2025-05-06T21:08:17.558Z (about 1 year ago)
- Topics: blank, magento2, next, theme
- Language: Less
- Homepage:
- Size: 651 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next
A next generation theme for Magento 2.\
Improves the blank theme by adding some features and fixes.
## Installation
```bash
composer require ubermanu/magento2-theme-next
```
This theme requires Magento 2.4+ and [magefront](https://ubermanu.github.io/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](https://feathericons.com/) instead of the built-in Blank-Theme-Icons.
> The already existing icon variables are still available.
### TailwindCSS
The theme uses [TailwindCSS](https://tailwindcss.com/) values for colors, spacing, font sizes, etc.
### TKO
The theme uses [TKO](https://github.com/knockout/tko) instead of KnockoutJS.\
If you face any issues, please report them to the [ubermanu/magento2-tko](https://github.com/ubermanu/magento2-tko) repository.