Skip to content

V0.4.7

Choose a tag to compare

@micantoine micantoine released this 11 Mar 04:37
· 452 commits to master since this release

Features

  • oo-grid="areas" Add template areas to Grid
  • order-{$number}@{$breakpoint} Add order modifier to oo-grid="col"
  • $font-size-root Root font-size is now modifiable (default = 62.5%)
  • $spacing-ratio Ratio to translate px into rem. Spacing generated values are rem but className still use the pixel number for better representation
  • $use-grid-layout $use-grid-areas $use-grid-order $use-grid-gap $use-v-grid-gap Variables to turn on/off the options

Deprecated

  • inArray() function in favour of inList() and InNotList()