From 85cc5f45ab345513d023bdb77a736f05459607ef Mon Sep 17 00:00:00 2001 From: Carl Date: Thu, 5 Dec 2013 10:15:39 -0800 Subject: [PATCH] add in top-bar component, move to type to be in alphabetical order --- scss/foundation.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/foundation.scss b/scss/foundation.scss index e7bc6940f..58a609753 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -33,7 +33,8 @@ "foundation/components/tables", "foundation/components/tabs", "foundation/components/thumbs", - "foundation/components/type", "foundation/components/tooltips", + "foundation/components/top-bar", + "foundation/components/type", "foundation/components/offcanvas", "foundation/components/visibility"; -- 2.47.2