Sha256: 8c299be6c128aaff8148377264b6de1baff40d46c9b1b176975f39cb3f5f1b80

Contents?: true

Size: 742 Bytes

Versions: 2

Compression:

Stored size: 742 Bytes

Contents

// Base
// ––––––––––––––––––––––––––––––––––––––––––––––––––

// Set box-sizing globally to handle padding and border widths
*,
*:after,
*:before
	box-sizing: inherit

// The base font-size is set at 62.5% for having the convenience
// of sizing rems in a way that is similar to using px: 1.6rem = 16px
html
	box-sizing: border-box
	font-size: 62.5%

// Default body styles
body
	color: $color-secondary
	font-family: 'Open Sans', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
	font-size: 1.6em // Currently ems cause chrome bug misinterpreting rems on body element
	font-weight: 300
	letter-spacing: .01em
	line-height: 1.6

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alien-minimalistic-0.11.0 _sass/2-base/milligram/_Base.sass
alien-minimalistic-0.10.0 _sass/2-base/milligram/_Base.sass