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,75 +1,113 @@
{
"dir_name": "elements",
"file_name": "title",
"file_relative_path": "elements/title.sass",
"file_line_from": 1,
"file_line_to": 11,
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/title.sass#L1,L11",
"vars": {
"title-color": {
"id": "title-color",
"by_name": {
"$title-color": {
"name": "$title-color",
"value": "$grey-darker"
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"title-size": {
"id": "title-size",
"$title-size": {
"name": "$title-size",
"value": "$size-3"
"value": "$size-3",
"type": "variable",
"computed_type": "size",
"computed_value": "2rem"
},
"title-weight": {
"id": "title-weight",
"$title-weight": {
"name": "$title-weight",
"value": "$weight-semibold"
"value": "$weight-semibold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "600"
},
"title-strong-color": {
"id": "title-strong-color",
"name": "$title-strong-color",
"value": "inherit"
},
"title-strong-weight": {
"id": "title-strong-weight",
"name": "$title-strong-weight",
"value": "inherit"
},
"title-line-height": {
"id": "title-line-height",
"$title-line-height": {
"name": "$title-line-height",
"value": "1.125"
"value": "1.125",
"type": "string"
},
"subtitle-color": {
"id": "subtitle-color",
"$title-strong-color": {
"name": "$title-strong-color",
"value": "inherit",
"type": "string"
},
"$title-strong-weight": {
"name": "$title-strong-weight",
"value": "inherit",
"type": "string"
},
"$title-sub-size": {
"name": "$title-sub-size",
"value": "0.75em",
"type": "size"
},
"$title-sup-size": {
"name": "$title-sup-size",
"value": "0.75em",
"type": "size"
},
"$subtitle-color": {
"name": "$subtitle-color",
"value": "$grey-dark"
"value": "$grey-dark",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"subtitle-size": {
"id": "subtitle-size",
"$subtitle-size": {
"name": "$subtitle-size",
"value": "$size-5"
"value": "$size-5",
"type": "variable",
"computed_type": "size",
"computed_value": "1.25rem"
},
"subtitle-weight": {
"id": "subtitle-weight",
"$subtitle-weight": {
"name": "$subtitle-weight",
"value": "$weight-normal"
"value": "$weight-normal",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "400"
},
"subtitle-line-height": {
"id": "subtitle-line-height",
"$subtitle-line-height": {
"name": "$subtitle-line-height",
"value": "1.25"
"value": "1.25",
"type": "string"
},
"subtitle-strong-color": {
"id": "subtitle-strong-color",
"$subtitle-strong-color": {
"name": "$subtitle-strong-color",
"value": "$grey-darker"
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"subtitle-strong-weight": {
"id": "subtitle-strong-weight",
"$subtitle-strong-weight": {
"name": "$subtitle-strong-weight",
"value": "$weight-semibold"
"value": "$weight-semibold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "600"
},
"subtitle-negative-margin": {
"id": "subtitle-negative-margin",
"$subtitle-negative-margin": {
"name": "$subtitle-negative-margin",
"value": "-1.25rem"
"value": "-1.25rem",
"type": "size"
}
}
}
},
"list": [
"$title-color",
"$title-size",
"$title-weight",
"$title-line-height",
"$title-strong-color",
"$title-strong-weight",
"$title-sub-size",
"$title-sup-size",
"$subtitle-color",
"$subtitle-size",
"$subtitle-weight",
"$subtitle-line-height",
"$subtitle-strong-color",
"$subtitle-strong-weight",
"$subtitle-negative-margin"
],
"file_path": "elements/title.sass"
}