Sha256: 84a769d4d5e7a9f9684f76664a7655adad045014a57f530011ca994217b8ec0a
Contents?: true
Size: 771 Bytes
Versions: 24
Compression:
Stored size: 771 Bytes
Contents
@import "tokens/typography"; @import "tokens/colors"; * { box-sizing: border-box; margin: 0; padding: 0; &:before, &:after { box-sizing: border-box; } } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); height: 100vh; overflow-x: hidden; } body { font-family: $font_family_base; font-size: $font_base; line-height: 1.5; background-color: $bg-light; height: 100%; letter-spacing: $lspace_normal; font-weight: $regular; font-style: normal; text-rendering: optimizeLegibility; -moz-font-feature-settings: "liga" on; color: $charcoal; margin: 0 !important; padding: 0 !important; box-sizing: border-box; min-height: 100vh; padding: 50px; // REMOVE AFTER STYLED } a { text-decoration: none; color: $primary; }
Version data entries
24 entries across 24 versions & 1 rubygems