Update docs variables

This commit is contained in:
Jeremy Thomas
2019-05-18 16:12:56 +01:00
parent 02dce47230
commit 187be3694c
17 changed files with 525 additions and 23 deletions

View File

@@ -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"
}