Skip to content

0.8.4

Compare
Choose a tag to compare
@ugogo ugogo released this 29 Apr 16:04
· 1177 commits to master since this release
  • Switch | Add small size
  • Refacto tooltips #39
  • Import only wanted components #38
  • Button | Alignements 87f9e7c
  • Button group | Alignements & behavior 48fef44 17b4f2d
$import-badge: true !default

...

@if $import-badge {
  @import "components/badge/core";
}
  • For vertical rhythm, only those 3 vars are important and can be override
$base-fz: 15px !default;
$sketch-lh: 12 !default;
$base-lh: ($sketch-lh * 2) / $base-fz--stripped * 1rem !default;