Sha256: dd1948f0c3e1db8e40c3b4b4ff0423a6eed0e3c579932452dc1feac778669845
Contents?: true
Size: 775 Bytes
Versions: 503
Compression:
Stored size: 775 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
503 entries across 503 versions & 1 rubygems