Skip to content

V2.4

Compare
Choose a tag to compare
@dariusrosendahl dariusrosendahl released this 03 Jul 11:52
· 21 commits to master since this release

Equal Height

  • g-equal-height class for making the children of the grid items equal height
  • equal-height class for making the children of this class equal height

Color / Background-color utility classes

  • Added color and background-color utility classes.
    With these you can easily give a styling without having to create a stylesheet.
    For example: color-theme01 and bgcolor-color01

Bug Fixes

  • Use g-float to reset grid floating. grid-floating is now deprecated and will be removed in the next major version.
  • Fixed #26; Moved shorthands so they are declared before the longhands
  • Fixed #23; Fixed a bug where not every column on every breakpoint evenly distributed with the current grid columns. Every column should have the same amount of pixels. Otherwise this makes it harder to create correct Photoshop files. (half pixels don't exist in Photoshop ;))