mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
23 lines
600 B
JSON
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"
|
|
} |