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,85 +1,109 @@
{
"dir_name": "elements",
"file_name": "content",
"file_relative_path": "elements/content.sass",
"file_line_from": 1,
"file_line_to": 19,
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/content.sass#L1,L19",
"vars": {
"content-heading-color": {
"id": "content-heading-color",
"by_name": {
"$content-heading-color": {
"name": "$content-heading-color",
"value": "$text-strong"
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"content-heading-weight": {
"id": "content-heading-weight",
"$content-heading-weight": {
"name": "$content-heading-weight",
"value": "$weight-normal"
"value": "$weight-semibold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "600"
},
"content-heading-line-height": {
"id": "content-heading-line-height",
"$content-heading-line-height": {
"name": "$content-heading-line-height",
"value": "1.125"
"value": "1.125",
"type": "string"
},
"content-blockquote-background-color": {
"id": "content-blockquote-background-color",
"$content-blockquote-background-color": {
"name": "$content-blockquote-background-color",
"value": "$background"
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"content-blockquote-border-left": {
"id": "content-blockquote-border-left",
"$content-blockquote-border-left": {
"name": "$content-blockquote-border-left",
"value": "5px solid $border"
"value": "5px solid $border",
"type": "compound"
},
"content-blockquote-padding": {
"id": "content-blockquote-padding",
"$content-blockquote-padding": {
"name": "$content-blockquote-padding",
"value": "1.25em 1.5em"
"value": "1.25em 1.5em",
"type": "size"
},
"content-pre-padding": {
"id": "content-pre-padding",
"$content-pre-padding": {
"name": "$content-pre-padding",
"value": "1.25em 1.5em"
"value": "1.25em 1.5em",
"type": "size"
},
"content-table-cell-border": {
"id": "content-table-cell-border",
"$content-table-cell-border": {
"name": "$content-table-cell-border",
"value": "1px solid $border"
"value": "1px solid $border",
"type": "compound"
},
"content-table-cell-border-width": {
"id": "content-table-cell-border-width",
"$content-table-cell-border-width": {
"name": "$content-table-cell-border-width",
"value": "0 0 1px"
"value": "0 0 1px",
"type": "size"
},
"content-table-cell-padding": {
"id": "content-table-cell-padding",
"$content-table-cell-padding": {
"name": "$content-table-cell-padding",
"value": "0.5em 0.75em"
"value": "0.5em 0.75em",
"type": "size"
},
"content-table-cell-heading-color": {
"id": "content-table-cell-heading-color",
"$content-table-cell-heading-color": {
"name": "$content-table-cell-heading-color",
"value": "$text-strong"
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"content-table-head-cell-border-width": {
"id": "content-table-head-cell-border-width",
"$content-table-head-cell-border-width": {
"name": "$content-table-head-cell-border-width",
"value": "0 0 2px"
"value": "0 0 2px",
"type": "size"
},
"content-table-head-cell-color": {
"id": "content-table-head-cell-color",
"$content-table-head-cell-color": {
"name": "$content-table-head-cell-color",
"value": "$text-strong"
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"content-table-foot-cell-border-width": {
"id": "content-table-foot-cell-border-width",
"$content-table-foot-cell-border-width": {
"name": "$content-table-foot-cell-border-width",
"value": "2px 0 0"
"value": "2px 0 0",
"type": "string"
},
"content-table-foot-cell-color": {
"id": "content-table-foot-cell-color",
"$content-table-foot-cell-color": {
"name": "$content-table-foot-cell-color",
"value": "$text-strong"
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
}
}
}
},
"list": [
"$content-heading-color",
"$content-heading-weight",
"$content-heading-line-height",
"$content-blockquote-background-color",
"$content-blockquote-border-left",
"$content-blockquote-padding",
"$content-pre-padding",
"$content-table-cell-border",
"$content-table-cell-border-width",
"$content-table-cell-padding",
"$content-table-cell-heading-color",
"$content-table-head-cell-border-width",
"$content-table-head-cell-color",
"$content-table-foot-cell-border-width",
"$content-table-foot-cell-color"
],
"file_path": "elements/content.sass"
}