Sha256: 32f7a80207c0203eac95f5157d7bd2aefbcc135a38703ff5b1a7d6bc93c07f6c
Contents?: true
Size: 308 Bytes
Versions: 110
Compression:
Stored size: 308 Bytes
Contents
// Add mixins here and import them into the scss file where you want to use them with // @import "base/mixins" @mixin badge { background-color: $letter-state-unknown; border-radius: 0.2rem; color: $white; font-size: 0.9rem; font-weight: normal; padding: 0.15rem 0.4rem; white-space: nowrap; }
Version data entries
110 entries across 110 versions & 1 rubygems