Skip to content

v0.2.0

Compare
Choose a tag to compare
@setphen setphen released this 10 May 20:15

Added

  • Global variables for styling focus outlines.
  • tbds-inline-stack component.
  • The block stack component now has a modifier to add a border between each
    item: tbds-block-stack--bordered.
  • Added tbds-icon component for simple icons
  • Added breakpoints to settings module which provides a few basic media
    queries

Changed

  • $tbds-blue is now $tbds-brand-blue, and its value changed from #1568c1
    to #0b758c.
  • tbds-stack is now tbds-block-stack

Removed

  • tbds-form__row has been removed. Use the Stack component instead to achieve
    the same layout.