Sha256: 38d0a3a2b6652cd3fbe887144196987e6b9f602abe9c62c48cba612da672e89f
Contents?: true
Size: 982 Bytes
Versions: 34
Compression:
Stored size: 982 Bytes
Contents
// Weight and italics .font-weight-300 { font-weight: 300 !important; } .font-weight-400 { font-weight: 400 !important; } .font-weight-500 { font-weight: 500 !important; } .font-weight-600 { font-weight: 600 !important; } .font-weight-700 { font-weight: 700 !important; } .font-weight-800 { font-weight: 800 !important; } .font-weight-900 { font-weight: 900 !important; } // Text decorations .text-underline { text-decoration: underline; } .text-through { text-decoration: line-through; } // Line heights .lh-100 { line-height: 1; } .lh-110 { line-height: 1.1; } .lh-120 { line-height: 1.2; } .lh-130 { line-height: 1.3; } .lh-140 { line-height: 1.4; } .lh-150 { line-height: 1.5; } .lh-160 { line-height: 1.6; } .lh-170 { line-height: 1.7; } .lh-180 { line-height: 1.8; } //Contextual colors .text-muted { color: $text-muted !important; } // Letter spacings .ls-1 { letter-spacing: .0625rem; } .ls-15 { letter-spacing: .09375rem; } .ls-2 { letter-spacing: 0.125rem; }
Version data entries
34 entries across 34 versions & 3 rubygems