1
0
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:
ldd
2020-06-02 17:02:47 -04:00
parent c0b925ee4a
commit dbf032c363

View File

@@ -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);