bulma/docs/_data/variables/form/tools.json
2019-05-18 16:12:56 +01:00

31 lines
682 B
JSON

{
"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"
}