Update docs variables

This commit is contained in:
Jeremy Thomas
2019-05-18 16:12:56 +01:00
parent 02dce47230
commit 187be3694c
17 changed files with 525 additions and 23 deletions

View File

@@ -12,6 +12,11 @@
"value": "16px",
"type": "size"
},
"$body-min-width": {
"name": "$body-min-width",
"value": "300px",
"type": "size"
},
"$body-rendering": {
"name": "$body-rendering",
"value": "optimizeLegibility",
@@ -24,6 +29,16 @@
"computed_type": "font-family",
"computed_value": "BlinkMacSystemFont, -apple-system, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif"
},
"$body-overflow-x": {
"name": "$body-overflow-x",
"value": "hidden",
"type": "string"
},
"$body-overflow-y": {
"name": "$body-overflow-y",
"value": "scroll",
"type": "string"
},
"$body-color": {
"name": "$body-color",
"value": "$text",
@@ -31,6 +46,11 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$body-font-size": {
"name": "$body-font-size",
"value": "1em",
"type": "size"
},
"$body-weight": {
"name": "$body-weight",
"value": "$weight-normal",
@@ -43,16 +63,6 @@
"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",
@@ -75,6 +85,11 @@
"value": "0.875em",
"type": "size"
},
"$small-font-size": {
"name": "$small-font-size",
"value": "0.875em",
"type": "size"
},
"$hr-background-color": {
"name": "$hr-background-color",
"value": "$background",
@@ -105,25 +120,48 @@
"type": "variable",
"computed_type": "font-weight",
"computed_value": "700"
},
"$pre-font-size": {
"name": "$pre-font-size",
"value": "0.875em",
"type": "size"
},
"$pre-padding": {
"name": "$pre-padding",
"value": "1.25rem 1.5rem",
"type": "size"
},
"$pre-code-font-size": {
"name": "$pre-code-font-size",
"value": "1em",
"type": "size"
}
},
"list": [
"$body-background-color",
"$body-size",
"$body-min-width",
"$body-rendering",
"$body-family",
"$body-overflow-x",
"$body-overflow-y",
"$body-color",
"$body-font-size",
"$body-weight",
"$body-line-height",
"$code-family",
"$code-padding",
"$code-weight",
"$code-size",
"$small-font-size",
"$hr-background-color",
"$hr-height",
"$hr-margin",
"$strong-color",
"$strong-weight"
"$strong-weight",
"$pre-font-size",
"$pre-padding",
"$pre-code-font-size"
],
"file_path": "base/generic.sass"
}
}