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

@@ -14,6 +14,11 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
"$button-family": {
"name": "$button-family",
"value": "false",
"type": "boolean"
},
"$button-border-color": {
"name": "$button-border-color",
"value": "$grey-lighter",
@@ -158,6 +163,7 @@
"list": [
"$button-color",
"$button-background-color",
"$button-family",
"$button-border-color",
"$button-border-width",
"$button-padding-vertical",

View File

@@ -0,0 +1,13 @@
{
"by_name": {
"$container-offset": {
"name": "$container-offset",
"value": "(2 * $gap)",
"type": "compound"
}
},
"list": [
"$container-offset"
],
"file_path": "elements/container.sass"
}

View File

@@ -14,22 +14,24 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$progress-border-radius": {
"name": "$progress-border-radius",
"value": "$radius-rounded",
"type": "variable",
"computed_type": "size",
"computed_value": "290486px"
},
"$progress-indeterminate-duration": {
"name": "$progress-indeterminate-duration",
"value": "1.5s",
"type": "string"
},
"$progress-border-radius": {
"name": "$progress-border-radius",
"value": "$radius-rounded",
"type": "variable"
}
},
"list": [
"$progress-bar-background-color",
"$progress-value-background-color",
"$progress-indeterminate-duration",
"$progress-border-radius"
"$progress-border-radius",
"$progress-indeterminate-duration"
],
"file_path": "elements/progress.sass"
}

View File

@@ -7,6 +7,11 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$title-family": {
"name": "$title-family",
"value": "false",
"type": "boolean"
},
"$title-size": {
"name": "$title-size",
"value": "$size-3",
@@ -53,6 +58,11 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$subtitle-family": {
"name": "$subtitle-family",
"value": "false",
"type": "boolean"
},
"$subtitle-size": {
"name": "$subtitle-size",
"value": "$size-5",
@@ -94,6 +104,7 @@
},
"list": [
"$title-color",
"$title-family",
"$title-size",
"$title-weight",
"$title-line-height",
@@ -102,6 +113,7 @@
"$title-sub-size",
"$title-sup-size",
"$subtitle-color",
"$subtitle-family",
"$subtitle-size",
"$subtitle-weight",
"$subtitle-line-height",