mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Update variables include template
This commit is contained in:
@@ -1,20 +1,23 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "progress",
|
||||
"file_relative_path": "elements/progress.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 2,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/progress.sass#L1,L2",
|
||||
"vars": {
|
||||
"progress-bar-background-color": {
|
||||
"id": "progress-bar-background-color",
|
||||
"by_name": {
|
||||
"$progress-bar-background-color": {
|
||||
"name": "$progress-bar-background-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"progress-value-background-color": {
|
||||
"id": "progress-value-background-color",
|
||||
"$progress-value-background-color": {
|
||||
"name": "$progress-value-background-color",
|
||||
"value": "$text"
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user