mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-24 06:42:49 +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");
|
"error" $background-color map-get($error-colors, "normal");
|
||||||
|
|
||||||
@each $type in $types {
|
@each $type in $types {
|
||||||
|
&.is-splited, // deprecated. Please use .is-split
|
||||||
&.is-split {
|
&.is-split {
|
||||||
& span.is-#{nth($type, 1)} {
|
& span.is-#{nth($type, 1)} {
|
||||||
@include badge-style(nth($type, 2), nth($type, 3), is-split);
|
@include badge-style(nth($type, 2), nth($type, 3), is-split);
|
||||||
|
Reference in New Issue
Block a user