////
///
/// Head Layout Classes
/// ===========================================================================
///
/// Layout utility classes for grid systems, spacing, visibility, and
/// other structural layout properties. Gap classes should be loaded
/// after grid classes.
///
/// @group Classes.HeadLayout
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

// ============================================================================
// Forward
// ============================================================================

@forward "align";
@forward "align_content";
@forward "display";
@forward "flex";
@forward "gap"; /* Gap should always be loaded after grid! */
@forward "grid";
@forward "justify";
@forward "margin";
@forward "overflow";
@forward "padding";
@forward "paper";
@forward "self";
@forward "vertical";
@forward "visibility";
