mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Update docs variables
This commit is contained in:
31
docs/_data/variables/form/tools.json
Normal file
31
docs/_data/variables/form/tools.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"by_name": {
|
||||
"$label-color": {
|
||||
"name": "$label-color",
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"$label-weight": {
|
||||
"name": "$label-weight",
|
||||
"value": "$weight-bold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "700"
|
||||
},
|
||||
"$help-size": {
|
||||
"name": "$help-size",
|
||||
"value": "$size-small",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "0.75rem"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$label-color",
|
||||
"$label-weight",
|
||||
"$help-size"
|
||||
],
|
||||
"file_path": "form/tools.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user