bulma/docs/_data/variables/elements/progress.json
2018-06-20 01:21:22 +01:00

23 lines
600 B
JSON

{
"by_name": {
"$progress-bar-background-color": {
"name": "$progress-bar-background-color",
"value": "$border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
},
"$progress-value-background-color": {
"name": "$progress-value-background-color",
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
}
},
"list": [
"$progress-bar-background-color",
"$progress-value-background-color"
],
"file_path": "elements/progress.sass"
}