
/* Foundation Framework
----------------------------------------------- */

$global-text-direction: ltr;

// Customized base variables
@import 'vendor/foundation/settings';

// Base mixins
@import '../../bower_components/foundation-sites/scss/foundation';

// Keep using the legacy flex grid for now
// Since xy-grid is the default in 6.4
$xy-grid: false;

// All css classes
//@include foundation-everything;

// Manually including only the global and grid styles
// since we haven't fully migrated to Foundation yet.
// Once we do, just delete all @include lines below
// and enable the foundation-everything above.
@include foundation-global-styles;
// @include foundation-xy-grid-classes;
@include foundation-grid; // Float grid
//@include foundation-flex-grid; // Flex grid
//@include foundation-flex-classes; // Flex grid
@include foundation-typography;
@include foundation-forms;
@include foundation-button;
// @include foundation-accordion;
// @include foundation-accordion-menu;
@include foundation-badge;
// @include foundation-breadcrumbs;
@include foundation-button-group;
@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-off-canvas;
// @include foundation-orbit;
// @include foundation-pagination;
@include foundation-progress-bar;
// @include foundation-slider;
// @include foundation-sticky;
@include foundation-reveal;
// @include foundation-switch;
@include foundation-table;
// @include foundation-tabs;
// @include foundation-thumbnail;
// @include foundation-title-bar;
@include foundation-tooltip;
// @include foundation-top-bar;
@include foundation-visibility-classes;
@include foundation-float-classes;

// Foundation motion ui library
@import '../../bower_components/motion-ui/motion-ui';
