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": {