Sha256: 46b92108641d184eb9f8c78d209e8d71dda9705a0b8ae061773cd9bb18a90de7
Contents?: true
Size: 443 Bytes
Versions: 5
Compression:
Stored size: 443 Bytes
Contents
$body-background-color: color($grey, 50); $body-color: color($grey, 900); $body-font-family: sans-serif; $body-font-size: 16px; $body-line-height: 1.6875; body { background-color: $body-background-color; color: $body-color; font-family: $body-font-family; font-size: $body-font-size; -webkit-font-smoothing: subpixel-antialiased; line-height: $body-line-height; text-rendering: optimizelegibility; }
Version data entries
5 entries across 5 versions & 1 rubygems