Remove unused mixin.

This commit is contained in:
Guo Xiang Tan 2016-02-10 16:17:41 +08:00
parent d0dd517f27
commit d220eb34ff

View file

@ -130,30 +130,6 @@
}
}
@mixin cooked-badge-bullet($length, $offset:0px) {
.badge-wrapper.bullet {
span {
position: relative;
&.badge-category-bg {
width: $length;
height: $length;
top: $offset;
}
&.badge-category-parent-bg {
width: $length / 2;
height: $length;
top: $offset;
& + .badge-category-bg {
width: $length / 2;
}
}
}
}
}
// Category badge dropdown
// --------------------------------------------------