Skip to content

5.0.0

Compare
Choose a tag to compare
@yodasw16 yodasw16 released this 30 Apr 19:22
· 26 commits to master since this release

Stack Object

The "Stack Split" object was renamed to "Stack" and refactored. Stack now lays items out in a column and can be modified to lay items out in a row at a certain breakpoint.

New Classes

  • .Stack
  • .Stack__item
  • .Stack--split@xs
  • .Stack--split@s
  • .Stack--split@m
  • .Stack--split@l
  • .Stack--split@xl
  • .Stack--tiny
  • .Stack--small
  • .Stack--medium
  • .Stack--large
  • .Stack--huge

New Variables

  • $stack-spacing-tiny
  • $stack-spacing-small
  • $stack-spacing-medium
  • $stack-spacing-large
  • $stack-spacing-huge
  • $split-breakpoint-xs
  • $split-breakpoint-s
  • $split-breakpoint-m
  • $split-breakpoint-l
  • $split-breakpoint-xl