Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@trevanhetzel trevanhetzel released this 08 Nov 15:46
· 26 commits to master since this release

Bug Fixes

  • Added back in defaults to breakpoints to allow the overriding of them in a settings file (906089e3)
  • Added direct child selector to improve nesting in tabs (71981377)
  • Prevent default for non-absolute links in accordion (b5417a2c)
  • Added direct child trigger selector to trigger only true accordion "triggers" (1b3a2dde)

Features

Breaking Changes

  • A new default class of df- has been added to the grid. The sm- classes have been moved inside a media query, so using sm- as your default class will no longer kick in until the viewport has reached the value of the $small breakpoint. (a2d2116b)