////
///
/// Layout Layer
/// ===========================================================================
///
/// Macro structure. Grids, containers, regions.
/// Breakpoints define mixins only.
///
/// @group Layout
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

// Each partial wraps its own selectors in `@layer ss.layout { ... }`.
@forward "grid";
@forward "container";
@forward "region";
@forward "columns";
@forward "article";
@forward "page";
@forward "frame";
@forward "canvas";
@forward "interface";
@forward "stacks";

// Breakpoint mixins (no layer, used for compilation)
@forward "breakpoints";
