Update variables include template

This commit is contained in:
Jeremy Thomas
2018-06-16 20:47:52 +01:00
parent ace4c58fc7
commit 1ff1edcf53
51 changed files with 2420 additions and 1498 deletions

View File

@@ -1,70 +1,117 @@
{
"dir_name": "components",
"file_name": "message",
"file_relative_path": "components/message.sass",
"file_line_from": 1,
"file_line_to": 15,
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/message.sass#L1,L15",
"vars": {
"message-background-color": {
"id": "message-background-color",
"by_name": {
"$message-background-color": {
"name": "$message-background-color",
"value": "$background"
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"message-radius": {
"id": "message-radius",
"$message-radius": {
"name": "$message-radius",
"value": "$radius"
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"message-header-background-color": {
"id": "message-header-background-color",
"$message-header-background-color": {
"name": "$message-header-background-color",
"value": "$text"
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"message-header-color": {
"id": "message-header-color",
"$message-header-color": {
"name": "$message-header-color",
"value": "$text-invert"
"value": "$text-invert",
"type": "variable",
"computed_type": "compound",
"computed_value": "findColorInvert($text)"
},
"message-header-padding": {
"id": "message-header-padding",
"$message-header-weight": {
"name": "$message-header-weight",
"value": "$weight-bold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "700"
},
"$message-header-padding": {
"name": "$message-header-padding",
"value": "0.5em 0.75em"
"value": "0.75em 1em",
"type": "size"
},
"message-header-radius": {
"id": "message-header-radius",
"$message-header-radius": {
"name": "$message-header-radius",
"value": "$radius"
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"message-body-border": {
"id": "message-body-border",
"name": "$message-body-border",
"value": "1px solid $border"
"$message-body-border-color": {
"name": "$message-body-border-color",
"value": "$border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
},
"message-body-color": {
"id": "message-body-color",
"$message-body-border-width": {
"name": "$message-body-border-width",
"value": "0 0 0 4px",
"type": "size"
},
"$message-body-color": {
"name": "$message-body-color",
"value": "$text"
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"message-body-padding": {
"id": "message-body-padding",
"$message-body-padding": {
"name": "$message-body-padding",
"value": "1em 1.25em"
"value": "1.25em 1.5em",
"type": "size"
},
"message-body-radius": {
"id": "message-body-radius",
"$message-body-radius": {
"name": "$message-body-radius",
"value": "$radius"
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"message-body-pre-background-color": {
"id": "message-body-pre-background-color",
"$message-body-pre-background-color": {
"name": "$message-body-pre-background-color",
"value": "$white"
"value": "$white",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
"message-body-pre-code-background-color": {
"id": "message-body-pre-code-background-color",
"$message-body-pre-code-background-color": {
"name": "$message-body-pre-code-background-color",
"value": "transparent"
"value": "transparent",
"type": "string"
},
"$message-header-body-border-width": {
"name": "$message-header-body-border-width",
"value": "0",
"type": "string"
}
}
},
"list": [
"$message-background-color",
"$message-radius",
"$message-header-background-color",
"$message-header-color",
"$message-header-weight",
"$message-header-padding",
"$message-header-radius",
"$message-body-border-color",
"$message-body-border-width",
"$message-body-color",
"$message-body-padding",
"$message-body-radius",
"$message-body-pre-background-color",
"$message-body-pre-code-background-color",
"$message-header-body-border-width"
],
"file_path": "components/message.sass"
}