mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Update docs variables
This commit is contained in:
@@ -94,6 +94,13 @@
|
||||
"name": "$message-header-body-border-width",
|
||||
"value": "0",
|
||||
"type": "string"
|
||||
},
|
||||
"$message-colors": {
|
||||
"name": "$message-colors",
|
||||
"value": "$colors",
|
||||
"type": "variable",
|
||||
"computed_type": "function",
|
||||
"computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert), \"link\": ($link, $link-invert), \"info\": ($info, $info-invert), \"success\": ($success, $success-invert), \"warning\": ($warning, $warning-invert), \"danger\": ($danger, $danger-invert)), $custom-colors)"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
@@ -111,7 +118,8 @@
|
||||
"$message-body-radius",
|
||||
"$message-body-pre-background-color",
|
||||
"$message-body-pre-code-background-color",
|
||||
"$message-header-body-border-width"
|
||||
"$message-header-body-border-width",
|
||||
"$message-colors"
|
||||
],
|
||||
"file_path": "components/message.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user