added comments in the base module and fix conflicts in the code module
This commit is contained in:
commit
9dbe987278
@ -8,16 +8,17 @@ html
|
|||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
font-size: 62.5%
|
font-size: 62.5%
|
||||||
|
|
||||||
|
// Default body styles
|
||||||
body
|
body
|
||||||
color: $color-secondary
|
color: $color-secondary
|
||||||
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif
|
font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
|
||||||
font-size: 1.6em // currently ems cause chrome bug misinterpreting rems on body element
|
font-size: 1.6em // currently ems cause chrome bug misinterpreting rems on body element
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
letter-spacing: .01em
|
letter-spacing: .01em
|
||||||
line-height: 1.6
|
line-height: 1.6
|
||||||
|
|
||||||
// Box Sizing FTW
|
// Set box-sizing globally to handle padding and border widths
|
||||||
*,
|
*,
|
||||||
*:after,
|
*:after,
|
||||||
*:before
|
*:before
|
||||||
box-sizing: border-box
|
box-sizing: inherit
|
||||||
|
@ -13,7 +13,7 @@ code
|
|||||||
pre
|
pre
|
||||||
background: $color-tertiary
|
background: $color-tertiary
|
||||||
border-left: .3rem solid $color-primary
|
border-left: .3rem solid $color-primary
|
||||||
font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, monospace
|
font-family: 'Menlo', 'Consolas', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Monaco', monospace
|
||||||
|
|
||||||
& > code
|
& > code
|
||||||
background: transparent
|
background: transparent
|
||||||
|
Loading…
Reference in New Issue
Block a user