bulma/docs/_data/variables/base/generic.json

119 lines
2.9 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$body-background-color": {
"name": "$body-background-color",
2018-06-16 19:47:52 +00:00
"value": "$white",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
2018-06-16 19:47:52 +00:00
"$body-size": {
"name": "$body-size",
2018-06-16 19:47:52 +00:00
"value": "16px",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$body-rendering": {
"name": "$body-rendering",
2018-06-16 19:47:52 +00:00
"value": "optimizeLegibility",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$body-family": {
"name": "$body-family",
2018-06-16 19:47:52 +00:00
"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"
},
2018-06-16 19:47:52 +00:00
"$body-color": {
"name": "$body-color",
2018-06-16 19:47:52 +00:00
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
2018-06-16 19:47:52 +00:00
"$body-weight": {
"name": "$body-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
"$body-line-height": {
"name": "$body-line-height",
2018-06-16 19:47:52 +00:00
"value": "1.5",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$code-family": {
"name": "$code-family",
2018-06-16 19:47:52 +00:00
"value": "$family-code",
"type": "variable",
"computed_type": "font-family",
"computed_value": "monospace"
},
2018-06-16 19:47:52 +00:00
"$code-padding": {
"name": "$code-padding",
2018-06-16 19:47:52 +00:00
"value": "0.25em 0.5em 0.25em",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$code-weight": {
"name": "$code-weight",
2018-06-16 19:47:52 +00:00
"value": "normal",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$code-size": {
"name": "$code-size",
2018-06-16 19:47:52 +00:00
"value": "0.875em",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$hr-background-color": {
"name": "$hr-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
"$hr-height": {
"name": "$hr-height",
2018-06-16 19:47:52 +00:00
"value": "2px",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$hr-margin": {
"name": "$hr-margin",
2018-06-16 19:47:52 +00:00
"value": "1.5rem 0",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$strong-color": {
"name": "$strong-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
"$strong-weight": {
"name": "$strong-weight",
2018-06-16 19:47:52 +00:00
"value": "$weight-bold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "700"
}
2018-06-16 19:47:52 +00:00
},
"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"
}