////
///
/// Soul Line Mixins
/// ===========================================================================
///
/// Border and line styling mixins for creating visual separators,
/// outlines, and decorative lines. Includes border styles, widths,
/// sides, and rule patterns.
///
/// @group Mixins.SoulLine
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

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

@forward "rule";
@forward "border_style";
@forward "border_width";
@forward "border_side";
// @forward "border_color";
// @forward "border_effects";
// @forward "border_responsive";
@forward "vertical_rule";
