bulma/docs/_data/variables/elements/progress.json

23 lines
600 B
JSON
Raw Normal View History

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