Sha256: dccfdf55ff7233e3f79fd4f3818e8807fc2755fe66955632383c7418b80557db
Contents?: true
Size: 473 Bytes
Versions: 49
Compression:
Stored size: 473 Bytes
Contents
// // type.scss // Extended from Bootstrap // // Font size .font-size-base { font-size: $font-size-base !important; } .font-size-sm { font-size: $font-size-sm !important; } .font-size-lg { font-size: $font-size-lg !important; } // Decoration .text-decoration-underline { text-decoration: underline !important; } // Gray colors @each $color, $value in $grays { .text-gray-#{$color} { color: $value !important; } }
Version data entries
49 entries across 49 versions & 1 rubygems