// Foundation for Sites by ZURB // foundation.zurb.com // Licensed under MIT Open Source //// /// @group prototype //// // Relational Mixins @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/relation'; // Box Mixin @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/box'; // Rotate Mixin @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/rotate'; // Typescale @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/typescale'; // Text utilities @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/text-utilities'; // Text transformation classes @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/text-transformation'; // Text Decoration classes @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/text-decoration'; // Font Styling @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/font-styling'; // List Style type @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/list-style-type'; // Rounded Utility @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/rounded'; // Bordered Utility @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/bordered'; // Shadow Utility @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/shadow'; // Arrow Utility @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/arrow'; // Separator Utility @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/separator'; // Overflow helper classes @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/overflow'; // Display classes @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/display'; // Position Helpers @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/position'; // Border box @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/border-box'; // Border none Utilty @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/border-none'; // Sizing Utilities @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/sizing'; // Spacing Utilities @import '/home/gruppe1/omland/public_html/preview/_res/lib/foundation-6.4.1/scss/prototype/spacing'; @mixin foundation-prototype-classes { @include foundation-prototype-typescale; @include foundation-prototype-text-utilities; @include foundation-prototype-text-transformation; @include foundation-prototype-text-decoration; @include foundation-prototype-font-styling; @include foundation-prototype-list-style-type; @include foundation-prototype-rounded; @include foundation-prototype-bordered; @include foundation-prototype-shadow; @include foundation-prototype-arrow; @include foundation-prototype-separator; @include foundation-prototype-overflow; @include foundation-prototype-display; @include foundation-prototype-position; @include foundation-prototype-border-box; @include foundation-prototype-border-none; @include foundation-prototype-sizing; @include foundation-prototype-spacing; }