base setup for menu

This commit is contained in:
Alex Wolfe 2015-03-03 06:41:37 -08:00
parent 4ca28d0914
commit 70aa536e0a
4 changed files with 5 additions and 1 deletions

View File

@ -36,6 +36,6 @@ h2.hero-subtitle.text-subhead
<!-- DROPDOWN MENU -->
nav.dropdown
nav.dropdown.is-hidden
mixin tree(public.docs.js, "/docs/js", "Javascript")
mixin tree(public.docs.dart, "/docs/dart", "Dart")

View File

@ -0,0 +1,3 @@
.is-hidden {
display: none !important;
}

View File

@ -19,6 +19,7 @@
@import 'module/top-nav';
@import 'module/side-nav';
@import 'module/footer';
@import 'module/dropdown';
@import 'module/hero';
@import 'module/banner';
@import 'module/cta-bar';