"by_name": {
"$media-border-color": {
"name": "$media-border-color",
- "value": "rgba($border, 0.5)",
- "type": "color"
+ "value": "bulmaRgba($border, 0.5)",
+ "type": "compound"
}
},
"list": [
},
"$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",
},
"$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": {
},
"$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",
"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",
"$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",
},
"$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",
},
"$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",
},
"$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",
"$hero-body-padding-large"
],
"file_path": "layout/hero.sass"
-}
\ No newline at end of file
+}
\ No newline at end of file