]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add missing SassDoc @type annotation to $topbar-unstack-breakpoint
authorGeoff Kimball <geoff@zurb.com>
Tue, 9 Feb 2016 17:31:48 +0000 (09:31 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 9 Feb 2016 17:31:51 +0000 (09:31 -0800)
scss/components/_top-bar.scss

index 6e5bdda87f4767cf2112591ffaca0724cebbccca..3a6e7988e562c563ab89a42df96409862ab4077f 100644 (file)
@@ -27,6 +27,7 @@ $topbar-title-spacing: 1rem !default;
 $topbar-input-width: 200px !default;
 
 /// Breakpoint at which top bar switches from mobile to desktop view.
+/// @type Breakpoint
 $topbar-unstack-breakpoint: medium !default;
 
 /// Adds styles for a top bar container.