Gridlex Versions Save

Just a CSS Flexbox Grid System

2.7.1

6 years ago

2.7.0

6 years ago

Implemented configurable number of columns (PR #74) by @marius7383

2.6.1

6 years ago

create $gl-mq-width variable to choose between min-with and max-width for mediaqueries (max-width by default)

2.6.0

6 years ago

Refactor gridlex-var with new array for breakpoints

2.5.0

6 years ago

Version 2.5.0 change the way to hide columns

Now hidden a column can be achieved with helpers which are composed by breakpoint-keys: ie.

Note that helpers are not collapsed to col by an underscore (_)

/!\ col-0 and _xs-0 et al. are no more used

2.4.1

6 years ago
  • Fix selector attributes
  • Fix equalHeight
  • Fix hidden helpers

2.4.0

6 years ago

/!\ The version 2.4.0 is now only sass ! The last LESS version is the 2.3.7.

You can now use you own breakpoints.

2.3.7

6 years ago

#38 Add the possibility to order col only based on mediaqueries (ie. col_md-first_lg-last)

2.3.6

6 years ago

2.3.5

6 years ago