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

31 lines
682 B
JSON
Raw Normal View History

2019-05-18 15:12:56 +00:00
{
"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"
}