Sha256: 8e174edd6be35545104e2d502850717cfdcc2a3653d9449fa65dacd7fc1b93db
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
@import "sass-zero/variables/typography"; @import "sass-zero/variables/spacing"; @import "sass-zero/variables/colors"; @import "sass-zero/mixins"; .txt--xs { font-size: $text-xs; } .txt--sm { font-size: $text-sm; } .txt--md { font-size: $text-base; } .txt--lg { font-size: $text-lg; } .txt--xl { font-size: $text-xl; } .txt--2xl { font-size: $text-2xl; } .txt--3xl { font-size: $text-3xl; } .txt--nowrap { white-space: nowrap; } .txt--break-words { word-wrap: break-word; } .txt--break-all { word-break: break-all; } .txt--ellipsis { @include ellipsis; } .txt--normal { font-weight: $font-normal; } .txt--bold { font-weight: $font-bold; } .txt--subtle { color: $gray-700; } .txt--very-subtle { color: $gray-600; } .txt--underline { text-decoration: underline; } .txt--uppercase { text-transform: uppercase; } .align--top { vertical-align: top; } .align--middle { vertical-align: middle; } .align--bottom { vertical-align: bottom; } .align--left { text-align: left; } .align--center { text-align: center; } .align--right { text-align: right; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sass-zero-0.0.38 | app/assets/stylesheets/sass-zero/utilities/text.scss |