mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Update variables include template
This commit is contained in:
5
docs/_data/variables/base/_all.json
Normal file
5
docs/_data/variables/base/_all.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "base/_all.sass"
|
||||
}
|
||||
@@ -1,90 +1,119 @@
|
||||
{
|
||||
"dir_name": "base",
|
||||
"file_name": "generic",
|
||||
"file_relative_path": "base/generic.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 19,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/base/generic.sass#L1,L19",
|
||||
"vars": {
|
||||
"body-background-color": {
|
||||
"id": "body-background-color",
|
||||
"by_name": {
|
||||
"$body-background-color": {
|
||||
"name": "$body-background-color",
|
||||
"value": "#fff"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"body-size": {
|
||||
"id": "body-size",
|
||||
"$body-size": {
|
||||
"name": "$body-size",
|
||||
"value": "16px"
|
||||
"value": "16px",
|
||||
"type": "size"
|
||||
},
|
||||
"body-rendering": {
|
||||
"id": "body-rendering",
|
||||
"$body-rendering": {
|
||||
"name": "$body-rendering",
|
||||
"value": "optimizeLegibility"
|
||||
"value": "optimizeLegibility",
|
||||
"type": "string"
|
||||
},
|
||||
"body-family": {
|
||||
"id": "body-family",
|
||||
"$body-family": {
|
||||
"name": "$body-family",
|
||||
"value": "$family-primary"
|
||||
"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": {
|
||||
"id": "body-color",
|
||||
"$body-color": {
|
||||
"name": "$body-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"body-weight": {
|
||||
"id": "body-weight",
|
||||
"$body-weight": {
|
||||
"name": "$body-weight",
|
||||
"value": "$weight-normal"
|
||||
"value": "$weight-normal",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "400"
|
||||
},
|
||||
"body-line-height": {
|
||||
"id": "body-line-height",
|
||||
"$body-line-height": {
|
||||
"name": "$body-line-height",
|
||||
"value": "1.5"
|
||||
"value": "1.5",
|
||||
"type": "string"
|
||||
},
|
||||
"code-family": {
|
||||
"id": "code-family",
|
||||
"$code-family": {
|
||||
"name": "$code-family",
|
||||
"value": "$family-code"
|
||||
"value": "$family-code",
|
||||
"type": "variable",
|
||||
"computed_type": "font-family",
|
||||
"computed_value": "monospace"
|
||||
},
|
||||
"code-padding": {
|
||||
"id": "code-padding",
|
||||
"$code-padding": {
|
||||
"name": "$code-padding",
|
||||
"value": "0.25em 0.5em 0.25em"
|
||||
"value": "0.25em 0.5em 0.25em",
|
||||
"type": "size"
|
||||
},
|
||||
"code-weight": {
|
||||
"id": "code-weight",
|
||||
"$code-weight": {
|
||||
"name": "$code-weight",
|
||||
"value": "normal"
|
||||
"value": "normal",
|
||||
"type": "string"
|
||||
},
|
||||
"code-size": {
|
||||
"id": "code-size",
|
||||
"$code-size": {
|
||||
"name": "$code-size",
|
||||
"value": "0.875em"
|
||||
"value": "0.875em",
|
||||
"type": "size"
|
||||
},
|
||||
"hr-background-color": {
|
||||
"id": "hr-background-color",
|
||||
"$hr-background-color": {
|
||||
"name": "$hr-background-color",
|
||||
"value": "$border"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"hr-height": {
|
||||
"id": "hr-height",
|
||||
"$hr-height": {
|
||||
"name": "$hr-height",
|
||||
"value": "1px"
|
||||
"value": "2px",
|
||||
"type": "size"
|
||||
},
|
||||
"hr-margin": {
|
||||
"id": "hr-margin",
|
||||
"$hr-margin": {
|
||||
"name": "$hr-margin",
|
||||
"value": "1.5rem 0"
|
||||
"value": "1.5rem 0",
|
||||
"type": "string"
|
||||
},
|
||||
"strong-color": {
|
||||
"id": "strong-color",
|
||||
"$strong-color": {
|
||||
"name": "$strong-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"strong-weight": {
|
||||
"id": "strong-weight",
|
||||
"$strong-weight": {
|
||||
"name": "$strong-weight",
|
||||
"value": "$weight-bold"
|
||||
"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"
|
||||
}
|
||||
5
docs/_data/variables/base/helpers.json
Normal file
5
docs/_data/variables/base/helpers.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "base/helpers.sass"
|
||||
}
|
||||
5
docs/_data/variables/base/minireset.json
Normal file
5
docs/_data/variables/base/minireset.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "base/minireset.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user