Update variables documentation

This commit is contained in:
Jeremy Thomas 2020-04-11 13:25:42 +01:00
parent 0a786411a2
commit 4640f9d942
6 changed files with 20 additions and 14 deletions

View File

@ -2,8 +2,8 @@
"by_name": {
"$media-border-color": {
"name": "$media-border-color",
"value": "rgba($border, 0.5)",
"type": "color"
"value": "bulmaRgba($border, 0.5)",
"type": "compound"
}
},
"list": [

View File

@ -7,8 +7,8 @@
},
"$modal-background-background-color": {
"name": "$modal-background-background-color",
"value": "rgba($scheme-invert, 0.86)",
"type": "color"
"value": "bulmaRgba($scheme-invert, 0.86)",
"type": "compound"
},
"$modal-content-width": {
"name": "$modal-content-width",

View File

@ -173,7 +173,7 @@
},
"$navbar-dropdown-boxed-shadow": {
"name": "$navbar-dropdown-boxed-shadow",
"value": "0 8px 8px rgba($scheme-invert, 0.1), 0 0 0 1px rgba($scheme-invert, 0.1)",
"value": "0 8px 8px bulmaRgba($scheme-invert, 0.1), 0 0 0 1px bulmaRgba($scheme-invert, 0.1)",
"type": "size"
},
"$navbar-dropdown-item-hover-color": {

View File

@ -76,8 +76,8 @@
},
"$button-focus-box-shadow-color": {
"name": "$button-focus-box-shadow-color",
"value": "rgba($link, 0.25)",
"type": "color"
"value": "bulmaRgba($link, 0.25)",
"type": "compound"
},
"$button-active-color": {
"name": "$button-active-color",
@ -100,6 +100,11 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$button-text-decoration": {
"name": "$button-text-decoration",
"value": "underline",
"type": "string"
},
"$button-text-hover-background-color": {
"name": "$button-text-hover-background-color",
"value": "$background",
@ -177,6 +182,7 @@
"$button-active-color",
"$button-active-border-color",
"$button-text-color",
"$button-text-decoration",
"$button-text-hover-background-color",
"$button-text-hover-color",
"$button-disabled-background-color",

View File

@ -33,8 +33,8 @@
},
"$input-placeholder-color": {
"name": "$input-placeholder-color",
"value": "rgba($input-color, 0.3)",
"type": "color"
"value": "bulmaRgba($input-color, 0.3)",
"type": "compound"
},
"$input-hover-color": {
"name": "$input-hover-color",
@ -71,8 +71,8 @@
},
"$input-focus-box-shadow-color": {
"name": "$input-focus-box-shadow-color",
"value": "rgba($link, 0.25)",
"type": "color"
"value": "bulmaRgba($link, 0.25)",
"type": "compound"
},
"$input-disabled-color": {
"name": "$input-disabled-color",
@ -97,8 +97,8 @@
},
"$input-disabled-placeholder-color": {
"name": "$input-disabled-placeholder-color",
"value": "rgba($input-disabled-color, 0.3)",
"type": "color"
"value": "bulmaRgba($input-disabled-color, 0.3)",
"type": "compound"
},
"$input-arrow": {
"name": "$input-arrow",

View File

@ -28,4 +28,4 @@
"$hero-body-padding-large"
],
"file_path": "layout/hero.sass"
}
}