////
///
/// Paragraph Reset Output
/// ===========================================================================
///
/// CSS output for paragraph reset styles.
///
/// @group Typography.Paragraph.Base.Reset
/// @author Scape Press
/// @link https://scape.style
/// @since 0.1.0 initial release
/// @access public
///
////

@use "../../../../01-core/prefix" as *;
@use "./paragraph-reset.mixins" as mixins;

// ============================================================================
// Output
// ============================================================================

@layer ss.typography {
    .#{$ss-prefix-typography}-p-reset {
        @include mixins.paragraph-reset;
    }

    .#{$ss-prefix-typography}-p-reset-spacing {
        @include mixins.paragraph-reset-spacing;
    }
}
