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

109 lines
3.2 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$content-heading-color": {
"name": "$content-heading-color",
2018-06-16 19:47:52 +00:00
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2018-06-16 19:47:52 +00:00
"$content-heading-weight": {
"name": "$content-heading-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
"$content-heading-line-height": {
"name": "$content-heading-line-height",
2018-06-16 19:47:52 +00:00
"value": "1.125",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$content-blockquote-background-color": {
"name": "$content-blockquote-background-color",
2018-06-16 19:47:52 +00:00
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
2018-06-16 19:47:52 +00:00
"$content-blockquote-border-left": {
"name": "$content-blockquote-border-left",
2018-06-16 19:47:52 +00:00
"value": "5px solid $border",
"type": "compound"
},
2018-06-16 19:47:52 +00:00
"$content-blockquote-padding": {
"name": "$content-blockquote-padding",
2018-06-16 19:47:52 +00:00
"value": "1.25em 1.5em",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$content-pre-padding": {
"name": "$content-pre-padding",
2018-06-16 19:47:52 +00:00
"value": "1.25em 1.5em",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$content-table-cell-border": {
"name": "$content-table-cell-border",
2018-06-16 19:47:52 +00:00
"value": "1px solid $border",
"type": "compound"
},
2018-06-16 19:47:52 +00:00
"$content-table-cell-border-width": {
"name": "$content-table-cell-border-width",
2018-06-16 19:47:52 +00:00
"value": "0 0 1px",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$content-table-cell-padding": {
"name": "$content-table-cell-padding",
2018-06-16 19:47:52 +00:00
"value": "0.5em 0.75em",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$content-table-cell-heading-color": {
"name": "$content-table-cell-heading-color",
2018-06-16 19:47:52 +00:00
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2018-06-16 19:47:52 +00:00
"$content-table-head-cell-border-width": {
"name": "$content-table-head-cell-border-width",
2018-06-16 19:47:52 +00:00
"value": "0 0 2px",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$content-table-head-cell-color": {
"name": "$content-table-head-cell-color",
2018-06-16 19:47:52 +00:00
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2018-06-16 19:47:52 +00:00
"$content-table-foot-cell-border-width": {
"name": "$content-table-foot-cell-border-width",
2018-06-16 19:47:52 +00:00
"value": "2px 0 0",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$content-table-foot-cell-color": {
"name": "$content-table-foot-cell-color",
2018-06-16 19:47:52 +00:00
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
}
2018-06-16 19:47:52 +00:00
},
"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"
}