/// @deprecated as of v3.x with no replacement

$toast-background-color: rgba($white, 0.85) !default;

/// @deprecated as of v3.x with no replacement

$toast-border-color: rgba(0, 0, 0, 0.1) !default;

/// @deprecated as of v3.x with no replacement

$toast-border-width: 1px !default;

/// @deprecated as of v3.x with no replacement

$toast-border-radius: 0.25rem !default;

/// @deprecated as of v3.x with no replacement

$toast-box-shadow: 0 0.25rem 0.75rem rgba($black, 0.1) !default;

/// @deprecated as of v3.x with no replacement

$toast-color: null !default;

/// @deprecated as of v3.x with no replacement

$toast-font-size: 0.875rem !default;

/// @deprecated as of v3.x with no replacement

$toast-max-width: 350px !default;

/// @deprecated as of v3.x with no replacement

$toast-padding-x: 0.75rem !default;

/// @deprecated as of v3.x with no replacement

$toast-padding-y: 0.25rem !default;

/// @deprecated as of v3.x with no replacement

$toast-header-background-color: rgba($white, 0.85) !default;

/// @deprecated as of v3.x with no replacement

$toast-header-border-color: rgba(0, 0, 0, 0.05) !default;

/// @deprecated as of v3.x with no replacement

$toast-header-color: $gray-600 !default;
