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

167 lines
4.0 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$body-background-color": {
"name": "$body-background-color",
2019-10-13 15:31:23 +00:00
"value": "$scheme-main",
2018-06-16 19:47:52 +00:00
"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"
},
2019-05-18 15:12:56 +00:00
"$body-min-width": {
"name": "$body-min-width",
"value": "300px",
"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",
2018-06-17 00:05:48 +00:00
"type": "keyword"
},
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"
},
2019-05-18 15:12:56 +00:00
"$body-overflow-x": {
"name": "$body-overflow-x",
"value": "hidden",
"type": "string"
},
"$body-overflow-y": {
"name": "$body-overflow-y",
"value": "scroll",
"type": "string"
},
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%)"
},
2019-05-18 15:12:56 +00:00
"$body-font-size": {
"name": "$body-font-size",
"value": "1em",
"type": "size"
},
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",
2018-06-17 00:05:48 +00:00
"type": "unitless"
},
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",
2018-06-17 00:05:48 +00:00
"type": "font-weight"
},
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"
},
2019-05-18 15:12:56 +00:00
"$small-font-size": {
"name": "$small-font-size",
"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",
2018-06-17 00:05:48 +00:00
"type": "size"
},
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"
2019-05-18 15:12:56 +00:00
},
"$pre-font-size": {
"name": "$pre-font-size",
"value": "0.875em",
"type": "size"
},
"$pre-padding": {
"name": "$pre-padding",
"value": "1.25rem 1.5rem",
"type": "size"
},
"$pre-code-font-size": {
"name": "$pre-code-font-size",
"value": "1em",
"type": "size"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$body-background-color",
"$body-size",
2019-05-18 15:12:56 +00:00
"$body-min-width",
2018-06-16 19:47:52 +00:00
"$body-rendering",
"$body-family",
2019-05-18 15:12:56 +00:00
"$body-overflow-x",
"$body-overflow-y",
2018-06-16 19:47:52 +00:00
"$body-color",
2019-05-18 15:12:56 +00:00
"$body-font-size",
2018-06-16 19:47:52 +00:00
"$body-weight",
"$body-line-height",
"$code-family",
"$code-padding",
"$code-weight",
"$code-size",
2019-05-18 15:12:56 +00:00
"$small-font-size",
2018-06-16 19:47:52 +00:00
"$hr-background-color",
"$hr-height",
"$hr-margin",
"$strong-color",
2019-05-18 15:12:56 +00:00
"$strong-weight",
"$pre-font-size",
"$pre-padding",
"$pre-code-font-size"
2018-06-16 19:47:52 +00:00
],
"file_path": "base/generic.sass"
2019-05-18 15:12:56 +00:00
}