mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
37 lines
1023 B
JSON
37 lines
1023 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%)"
|
|
},
|
|
"$progress-border-radius": {
|
|
"name": "$progress-border-radius",
|
|
"value": "$radius-rounded",
|
|
"type": "variable",
|
|
"computed_type": "size",
|
|
"computed_value": "290486px"
|
|
},
|
|
"$progress-indeterminate-duration": {
|
|
"name": "$progress-indeterminate-duration",
|
|
"value": "1.5s",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"list": [
|
|
"$progress-bar-background-color",
|
|
"$progress-value-background-color",
|
|
"$progress-border-radius",
|
|
"$progress-indeterminate-duration"
|
|
],
|
|
"file_path": "elements/progress.sass"
|
|
} |