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

@@ -47,12 +47,47 @@
"value": "1px solid $border",
"type": "size"
},
"$menu-list-line-height": {
"name": "$menu-list-line-height",
"value": "1.25",
"type": "unitless"
},
"$menu-list-link-padding": {
"name": "$menu-list-link-padding",
"value": "0.5em 0.75em",
"type": "size"
},
"$menu-nested-list-margin": {
"name": "$menu-nested-list-margin",
"value": "0.75em",
"type": "size"
},
"$menu-nested-list-padding-left": {
"name": "$menu-nested-list-padding-left",
"value": "0.75em",
"type": "size"
},
"$menu-label-color": {
"name": "$menu-label-color",
"value": "$text-light",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 48%)"
},
"$menu-label-font-size": {
"name": "$menu-label-font-size",
"value": "0.75em",
"type": "size"
},
"$menu-label-letter-spacing": {
"name": "$menu-label-letter-spacing",
"value": "0.1em",
"type": "size"
},
"$menu-label-spacing": {
"name": "$menu-label-spacing",
"value": "1em",
"type": "size"
}
},
"list": [
@@ -63,7 +98,14 @@
"$menu-item-active-color",
"$menu-item-active-background-color",
"$menu-list-border-left",
"$menu-label-color"
"$menu-list-line-height",
"$menu-list-link-padding",
"$menu-nested-list-margin",
"$menu-nested-list-padding-left",
"$menu-label-color",
"$menu-label-font-size",
"$menu-label-letter-spacing",
"$menu-label-spacing"
],
"file_path": "components/menu.sass"
}