////
///
/// External Module Integration
/// ===========================================================================
///
/// Imports and re-exports external StyleScape ecosystem packages:
///
/// - **unit.gl** - Sizing and spacing utilities (q() function)
/// - **hue.gl** - Color system and palettes
/// - **move.gl** - Animation and transition utilities
///
/// @group Dev.Modules
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

// ============================================================================
// Use
// ============================================================================

@use "pkg:unit.gl" as *;
@use "pkg:hue.gl" as *;
@use "pkg:move.gl" as *;

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

@forward "pkg:unit.gl";
@forward "pkg:hue.gl";
@forward "pkg:move.gl";
