////
///
/// Layout Mixins Module
/// ===========================================================================
///
/// @group Layout
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @todo None
/// @access public
///
////

// ============================================================================
// Mixins
// ============================================================================

// ============================================================================
// Layout | Line height
// ============================================================================
@use "../../variables" as *;

// .line_height_008 {
//     line-height: q(8);
// }
// .line_height_016 {
//     line-height: q(16);
// }
// .line_height_020 {
//     line-height: q(20);
// }
// .line_height_120 {
//     line-height: q(120);
// }
