bulma/docs/_data/variables/base/generic.json
2019-04-03 22:12:05 +01:00

130 lines
3.2 KiB
JSON

{
"by_name": {
"$body-background-color": {
"name": "$body-background-color",
"value": "$white",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
"$body-size": {
"name": "$body-size",
"value": "16px",
"type": "size"
},
"$body-rendering": {
"name": "$body-rendering",
"value": "optimizeLegibility",
"type": "keyword"
},
"$body-family": {
"name": "$body-family",
"value": "$family-primary",
"type": "variable",
"computed_type": "font-family",
"computed_value": "BlinkMacSystemFont, -apple-system, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif"
},
"$body-color": {
"name": "$body-color",
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$body-weight": {
"name": "$body-weight",
"value": "$weight-normal",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "400"
},
"$body-line-height": {
"name": "$body-line-height",
"value": "1.5",
"type": "unitless"
},
"$body-overflow-x": {
"name": "$body-overflow-x",
"value": "hidden",
"type": "keyword"
},
"$body-overflow-y": {
"name": "$body-overflow-y",
"value": "scroll",
"type": "keyword"
},
"$code-family": {
"name": "$code-family",
"value": "$family-code",
"type": "variable",
"computed_type": "font-family",
"computed_value": "monospace"
},
"$code-padding": {
"name": "$code-padding",
"value": "0.25em 0.5em 0.25em",
"type": "size"
},
"$code-weight": {
"name": "$code-weight",
"value": "normal",
"type": "font-weight"
},
"$code-size": {
"name": "$code-size",
"value": "0.875em",
"type": "size"
},
"$hr-background-color": {
"name": "$hr-background-color",
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"$hr-height": {
"name": "$hr-height",
"value": "2px",
"type": "size"
},
"$hr-margin": {
"name": "$hr-margin",
"value": "1.5rem 0",
"type": "size"
},
"$strong-color": {
"name": "$strong-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$strong-weight": {
"name": "$strong-weight",
"value": "$weight-bold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "700"
}
},
"list": [
"$body-background-color",
"$body-size",
"$body-rendering",
"$body-family",
"$body-color",
"$body-weight",
"$body-line-height",
"$code-family",
"$code-padding",
"$code-weight",
"$code-size",
"$hr-background-color",
"$hr-height",
"$hr-margin",
"$strong-color",
"$strong-weight"
],
"file_path": "base/generic.sass"
}