bulma/docs/_data/variables/elements/title.json

125 lines
3.0 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$title-color": {
"name": "$title-color",
2018-06-16 19:47:52 +00:00
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2019-05-18 15:12:56 +00:00
"$title-family": {
"name": "$title-family",
"value": "false",
"type": "boolean"
},
2018-06-16 19:47:52 +00:00
"$title-size": {
"name": "$title-size",
2018-06-16 19:47:52 +00:00
"value": "$size-3",
"type": "variable",
"computed_type": "size",
"computed_value": "2rem"
},
2018-06-16 19:47:52 +00:00
"$title-weight": {
"name": "$title-weight",
2018-06-16 19:47:52 +00:00
"value": "$weight-semibold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "600"
},
2018-06-16 19:47:52 +00:00
"$title-line-height": {
"name": "$title-line-height",
"value": "1.125",
2018-06-17 00:05:48 +00:00
"type": "unitless"
2018-06-16 19:47:52 +00:00
},
"$title-strong-color": {
"name": "$title-strong-color",
2018-06-16 19:47:52 +00:00
"value": "inherit",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$title-strong-weight": {
"name": "$title-strong-weight",
2018-06-16 19:47:52 +00:00
"value": "inherit",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$title-sub-size": {
"name": "$title-sub-size",
"value": "0.75em",
"type": "size"
},
"$title-sup-size": {
"name": "$title-sup-size",
"value": "0.75em",
"type": "size"
2018-04-09 11:45:52 +00:00
},
2018-06-16 19:47:52 +00:00
"$subtitle-color": {
"name": "$subtitle-color",
2018-06-16 19:47:52 +00:00
"value": "$grey-dark",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
2019-05-18 15:12:56 +00:00
"$subtitle-family": {
"name": "$subtitle-family",
"value": "false",
"type": "boolean"
},
2018-06-16 19:47:52 +00:00
"$subtitle-size": {
"name": "$subtitle-size",
2018-06-16 19:47:52 +00:00
"value": "$size-5",
"type": "variable",
"computed_type": "size",
"computed_value": "1.25rem"
},
2018-06-16 19:47:52 +00:00
"$subtitle-weight": {
"name": "$subtitle-weight",
2018-06-16 19:47:52 +00:00
"value": "$weight-normal",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "400"
},
2018-06-16 19:47:52 +00:00
"$subtitle-line-height": {
2018-04-09 11:45:52 +00:00
"name": "$subtitle-line-height",
2018-06-16 19:47:52 +00:00
"value": "1.25",
2018-06-17 00:05:48 +00:00
"type": "unitless"
2018-04-09 11:45:52 +00:00
},
2018-06-16 19:47:52 +00:00
"$subtitle-strong-color": {
"name": "$subtitle-strong-color",
2018-06-16 19:47:52 +00:00
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2018-06-16 19:47:52 +00:00
"$subtitle-strong-weight": {
"name": "$subtitle-strong-weight",
2018-06-16 19:47:52 +00:00
"value": "$weight-semibold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "600"
2018-04-09 11:45:52 +00:00
},
2018-06-16 19:47:52 +00:00
"$subtitle-negative-margin": {
2018-04-09 11:45:52 +00:00
"name": "$subtitle-negative-margin",
2018-06-16 19:47:52 +00:00
"value": "-1.25rem",
"type": "size"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$title-color",
2019-05-18 15:12:56 +00:00
"$title-family",
2018-06-16 19:47:52 +00:00
"$title-size",
"$title-weight",
"$title-line-height",
"$title-strong-color",
"$title-strong-weight",
"$title-sub-size",
"$title-sup-size",
"$subtitle-color",
2019-05-18 15:12:56 +00:00
"$subtitle-family",
2018-06-16 19:47:52 +00:00
"$subtitle-size",
"$subtitle-weight",
"$subtitle-line-height",
"$subtitle-strong-color",
"$subtitle-strong-weight",
"$subtitle-negative-margin"
],
"file_path": "elements/title.sass"
}