mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Update docs variables
This commit is contained in:
@@ -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",
|
||||
|
||||
13
docs/_data/variables/elements/container.json
Normal file
13
docs/_data/variables/elements/container.json
Normal 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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user