Skip to content

Commit

Permalink
Reorder includes in _foundation_and_overrides.scss
Browse files Browse the repository at this point in the history
I reordered them to match https://github.com/zurb/foundation-sites/blob/develop/scss/foundation.scss.

Out of the box, I was getting a seriously broken dropdown menu (issue foundation#234) but it was fixed after this change.
  • Loading branch information
Andrés Mejía committed Aug 12, 2017
1 parent a678589 commit 9a36c68
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
@include foundation-global-styles;
@include foundation-grid;
@include foundation-typography;
@include foundation-button;
@include foundation-forms;
@include foundation-visibility-classes;
@include foundation-float-classes;
@include foundation-button;
@include foundation-accordion;
@include foundation-accordion-menu;
@include foundation-badge;
Expand All @@ -24,14 +22,14 @@
@include foundation-callout;
@include foundation-card;
@include foundation-close-button;
@include foundation-menu;
@include foundation-menu-icon;
@include foundation-drilldown-menu;
@include foundation-dropdown;
@include foundation-dropdown-menu;
@include foundation-responsive-embed;
@include foundation-label;
@include foundation-media-object;
@include foundation-menu;
@include foundation-menu-icon;
@include foundation-off-canvas;
@include foundation-orbit;
@include foundation-pagination;
Expand All @@ -46,6 +44,8 @@
@include foundation-title-bar;
@include foundation-tooltip;
@include foundation-top-bar;
@include foundation-visibility-classes;
@include foundation-float-classes;

// If you'd like to include motion-ui the foundation-rails gem comes prepackaged with it, uncomment the 3 @imports, if you are not using the gem you need to install the motion-ui sass package.
//
Expand Down

0 comments on commit 9a36c68

Please sign in to comment.