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

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

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

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

//     .#{$ss-prefix-typography}-p-typography {
//         @include mixins.paragraph-normal-typography;
//     }
// }
