bulma/docs/_data/variables/base/generic.json
bstashio 1523ce8527 Docs/variables data (#1314)
* Replace variables.json with colors.json and update related files accordingly

* Add variables data files

* Update variables include template and all related files to use new variables data

* Fix mobile breakpoint id typo in responsivness docs page

* Fix Liquid syntax error in made-with-bulma docs page

* Update bulma sass files count in modular docs page

* Use breakpoints data in responsiveness helpers docs page

* Use breakpoints and variables data in typography helpers docs page

* Add missing page titles in docs pages front matter
2017-10-17 10:28:59 +01:00

90 lines
2.1 KiB
JSON

{
"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",
"name": "$body-background-color",
"value": "#fff"
},
"body-size": {
"id": "body-size",
"name": "$body-size",
"value": "16px"
},
"body-rendering": {
"id": "body-rendering",
"name": "$body-rendering",
"value": "optimizeLegibility"
},
"body-family": {
"id": "body-family",
"name": "$body-family",
"value": "$family-primary"
},
"body-color": {
"id": "body-color",
"name": "$body-color",
"value": "$text"
},
"body-weight": {
"id": "body-weight",
"name": "$body-weight",
"value": "$weight-normal"
},
"body-line-height": {
"id": "body-line-height",
"name": "$body-line-height",
"value": "1.5"
},
"code-family": {
"id": "code-family",
"name": "$code-family",
"value": "$family-code"
},
"code-padding": {
"id": "code-padding",
"name": "$code-padding",
"value": "0.25em 0.5em 0.25em"
},
"code-weight": {
"id": "code-weight",
"name": "$code-weight",
"value": "normal"
},
"code-size": {
"id": "code-size",
"name": "$code-size",
"value": "0.875em"
},
"hr-background-color": {
"id": "hr-background-color",
"name": "$hr-background-color",
"value": "$border"
},
"hr-height": {
"id": "hr-height",
"name": "$hr-height",
"value": "1px"
},
"hr-margin": {
"id": "hr-margin",
"name": "$hr-margin",
"value": "1.5rem 0"
},
"strong-color": {
"id": "strong-color",
"name": "$strong-color",
"value": "$text-strong"
},
"strong-weight": {
"id": "strong-weight",
"name": "$strong-weight",
"value": "$weight-bold"
}
}
}