/** * Foundation for Sites by ZURB * Version 6.4.1 * foundation.zurb.com * Licensed under MIT Open Source */ // Dependencies @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/_vendor/normalize-scss/sass/normalize'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/_vendor/sassy-lists/stylesheets/helpers/missing-dependencies'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/_vendor/sassy-lists/stylesheets/helpers/true'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/_vendor/sassy-lists/stylesheets/functions/purge'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/_vendor/sassy-lists/stylesheets/functions/remove'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/_vendor/sassy-lists/stylesheets/functions/replace'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/_vendor/sassy-lists/stylesheets/functions/to-list'; // Settings // import your own `settings` here or // import and modify the default settings through // @import 'settings/settings'; // Sass utilities @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/util/util'; // Global variables and styles @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/global'; // Components @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/grid/grid'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/xy-grid/xy-grid'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/typography/typography'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/forms/forms'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/visibility'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/float'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/button'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/button-group'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/accordion-menu'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/accordion'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/badge'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/breadcrumbs'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/callout'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/card'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/close-button'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/drilldown'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/dropdown-menu'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/dropdown'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/flex'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/responsive-embed'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/label'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/media-object'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/menu'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/menu-icon'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/off-canvas'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/orbit'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/pagination'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/progress-bar'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/reveal'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/slider'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/sticky'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/switch'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/table'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/tabs'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/title-bar'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/top-bar'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/thumbnail'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/components/tooltip'; @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/prototype'; @mixin foundation-everything( $flex: true, $prototype: false ) { @if $flex { $global-flexbox: true !global; } @include foundation-global-styles; @if not $flex { @include foundation-grid; } @else { @if $xy-grid { @include foundation-xy-grid-classes; } @else { @include foundation-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; @if $flex { @include foundation-flex-classes; } @if $prototype { @include foundation-prototype-classes; } }