mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Update variables documentation
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user