Sha256: b6c07b0e9220b43fb356d835e60100389239bb20dd03babec14074703e84a9df
Contents?: true
Size: 308 Bytes
Versions: 67
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 { 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; }
Version data entries
67 entries across 67 versions & 1 rubygems