// Add mixins here and import them into the scss file where you want to use them with // @import "base/mixins" @mixin badge { border-radius: 0.2rem; padding: 0.15rem 0.4rem; color: $white; white-space: nowrap; font-size: 0.9rem; font-weight: normal; background-color: $letter-state-unknown; }