-
-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Hello, thanks for the community to maintain this project !
I liked how the grid system works in MaterializeCSS : intuitive and fast to create.
However, it uses rules like float: left
, which is not the best practice for creating grids.
Using flexbox or even CSS grids (which is now available in most browsers, in contrary of the 2017-2018 years where materialize have been developed) should be a better way to do such feature.
With materialize.CSS using float:left
and some other tricks, the layout is sometimes not good with some modern projects, and not easily customizable. Moreover, materialize currently uses flexbox, like the valign-wrapper
class
I haven't seen a GitHub discussion section in this repository, that's why I'm opening this issue.
If such issue is not allowed, I can close it