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

@@ -1,5 +1,12 @@
{
"by_name": {
"$panel-margin": {
"name": "$panel-margin",
"value": "$block-spacing",
"type": "variable",
"computed_type": "size",
"computed_value": "1.5rem"
},
"$panel-item-border": {
"name": "$panel-item-border",
"value": "1px solid $border",
@@ -48,6 +55,11 @@
"computed_type": "font-weight",
"computed_value": "300"
},
"$panel-tabs-font-size": {
"name": "$panel-tabs-font-size",
"value": "0.875em",
"type": "size"
},
"$panel-tab-border-bottom": {
"name": "$panel-tab-border-bottom",
"value": "1px solid $border",
@@ -125,6 +137,7 @@
}
},
"list": [
"$panel-margin",
"$panel-item-border",
"$panel-heading-background-color",
"$panel-heading-color",
@@ -133,6 +146,7 @@
"$panel-heading-radius",
"$panel-heading-size",
"$panel-heading-weight",
"$panel-tabs-font-size",
"$panel-tab-border-bottom",
"$panel-tab-active-border-bottom-color",
"$panel-tab-active-color",