mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-23 22:32:52 +02:00
fix(badge): deprecate is-splited instead of removing it
This commit is contained in:
@@ -85,6 +85,7 @@
|
||||
"error" $background-color map-get($error-colors, "normal");
|
||||
|
||||
@each $type in $types {
|
||||
&.is-splited, // deprecated. Please use .is-split
|
||||
&.is-split {
|
||||
& span.is-#{nth($type, 1)} {
|
||||
@include badge-style(nth($type, 2), nth($type, 3), is-split);
|
||||
|
Reference in New Issue
Block a user