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,10 @@
{
"by_name": {
"$dropdown-menu-min-width": {
"name": "$dropdown-menu-min-width",
"value": "12rem",
"type": "size"
},
"$dropdown-content-background-color": {
"name": "$dropdown-content-background-color",
"value": "$white",
@@ -19,6 +24,16 @@
"value": "4px",
"type": "size"
},
"$dropdown-content-padding-bottom": {
"name": "$dropdown-content-padding-bottom",
"value": "0.5rem",
"type": "size"
},
"$dropdown-content-padding-top": {
"name": "$dropdown-content-padding-top",
"value": "0.5rem",
"type": "size"
},
"$dropdown-content-radius": {
"name": "$dropdown-content-radius",
"value": "$radius",
@@ -80,9 +95,12 @@
}
},
"list": [
"$dropdown-menu-min-width",
"$dropdown-content-background-color",
"$dropdown-content-arrow",
"$dropdown-content-offset",
"$dropdown-content-padding-bottom",
"$dropdown-content-padding-top",
"$dropdown-content-radius",
"$dropdown-content-shadow",
"$dropdown-content-z",