From 0dd5b7d5578782b5e3a8fd5c404c16d74b4aa04f Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 9 Feb 2016 09:31:48 -0800 Subject: [PATCH] Add missing SassDoc @type annotation to $topbar-unstack-breakpoint --- scss/components/_top-bar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/components/_top-bar.scss b/scss/components/_top-bar.scss index 6e5bdda87..3a6e7988e 100644 --- a/scss/components/_top-bar.scss +++ b/scss/components/_top-bar.scss @@ -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. -- 2.47.2