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": { "by_name": {
"$media-border-color": { "$media-border-color": {
"name": "$media-border-color", "name": "$media-border-color",
"value": "rgba($border, 0.5)", "value": "bulmaRgba($border, 0.5)",
"type": "color" "type": "compound"
} }
}, },
"list": [ "list": [

View File

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

View File

@@ -173,7 +173,7 @@
}, },
"$navbar-dropdown-boxed-shadow": { "$navbar-dropdown-boxed-shadow": {
"name": "$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" "type": "size"
}, },
"$navbar-dropdown-item-hover-color": { "$navbar-dropdown-item-hover-color": {

View File

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

View File

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

View File

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