"value": "1.5",
"type": "unitless"
},
+ "$body-overflow-x": {
+ "name": "$body-overflow-x",
+ "value": "hidden",
+ "type": "keyword"
+ },
+ "$body-overflow-y": {
+ "name": "$body-overflow-y",
+ "value": "scroll",
+ "type": "keyword",
+ },
"$code-family": {
"name": "$code-family",
"value": "$family-code",
"$strong-weight"
],
"file_path": "base/generic.sass"
-}
\ No newline at end of file
+}
$body-color: $text !default
$body-weight: $weight-normal !default
$body-line-height: 1.5 !default
+$body-overflow-x: hidden !default
+$body-overflow-y: scroll !default
$code-family: $family-code !default
$code-padding: 0.25em 0.5em 0.25em !default
-moz-osx-font-smoothing: grayscale
-webkit-font-smoothing: antialiased
min-width: 300px
- overflow-x: hidden
- overflow-y: scroll
+ overflow-x: $body-overflow-x
+ overflow-y: $body-overflow-y
text-rendering: $body-rendering
text-size-adjust: 100%