devlint / gridlex

Just a CSS Flexbox Grid System
http://gridlex.devlint.fr
MIT License
1.38k stars 144 forks source link

Clearfix #54

Closed didacus closed 7 years ago

didacus commented 7 years ago

How can I solve Clearfix issues with Gridlex? I've tried the solution below without success.

Thank you in advance.


.cf:before,
.container:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}
/* IE 6/7 */
.cf {
  zoom: 1;
}
devlint commented 7 years ago

Threre is no "clearfix" solution for flexbox... Have you tried to use data-push-right with the desired value on the "last" col of the line See http://gridlex.devlint.fr/#documentation