bulma/docs/_data/variables/form/tools.json

37 lines
820 B
JSON
Raw Normal View History

2019-05-18 15:12:56 +00:00
{
"by_name": {
"$label-color": {
"name": "$label-color",
2019-10-13 15:31:23 +00:00
"value": "$text-strong",
2019-05-18 15:12:56 +00:00
"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"
2020-09-16 23:30:49 +00:00
},
"$label-colors": {
"name": "$label-colors",
"value": "$form-colors",
"type": "variable"
2019-05-18 15:12:56 +00:00
}
},
"list": [
"$label-color",
"$label-weight",
2020-09-16 23:30:49 +00:00
"$help-size",
"$label-colors"
2019-05-18 15:12:56 +00:00
],
"file_path": "form/tools.sass"
}