////
///
/// Body Atoms Display Alert Classes
/// ===========================================================================
///
/// Utility classes that apply the body_atoms display alert mixins.
///
/// @group Classes.BodyAtoms.Display
/// @author Scape Agency
/// @link https://scape.style
/// @since 0.2.10
/// @access public
///
////

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

@use "../../../mixins/body_atoms/display/alert" as *;

// ============================================================================
// Utility Classes
// ============================================================================

.alert {
    @include alert;
}

.alert--success {
    @include alert--success;
}

.alert--warning {
    @include alert--warning;
}

.alert--error {
    @include alert--error;
}

.alert--info {
    @include alert--info;
}
