Update variables include template

This commit is contained in:
Jeremy Thomas
2018-06-16 20:47:52 +01:00
parent ace4c58fc7
commit 1ff1edcf53
51 changed files with 2420 additions and 1498 deletions

View File

@@ -1,45 +1,55 @@
{
"dir_name": "elements",
"file_name": "box",
"file_relative_path": "elements/box.sass",
"file_line_from": 1,
"file_line_to": 8,
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/box.sass#L1,L8",
"vars": {
"box-color": {
"id": "box-color",
"by_name": {
"$box-color": {
"name": "$box-color",
"value": "$text"
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"box-background-color": {
"id": "box-background-color",
"$box-background-color": {
"name": "$box-background-color",
"value": "$white"
"value": "$white",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
"box-radius": {
"id": "box-radius",
"$box-radius": {
"name": "$box-radius",
"value": "$radius-large"
"value": "$radius-large",
"type": "variable",
"computed_type": "size",
"computed_value": "6px"
},
"box-shadow": {
"id": "box-shadow",
"$box-shadow": {
"name": "$box-shadow",
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)"
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
"type": "compound"
},
"box-padding": {
"id": "box-padding",
"$box-padding": {
"name": "$box-padding",
"value": "1.25rem"
"value": "1.25rem",
"type": "size"
},
"box-link-hover-shadow": {
"id": "box-link-hover-shadow",
"$box-link-hover-shadow": {
"name": "$box-link-hover-shadow",
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px $link"
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px $link",
"type": "compound"
},
"box-link-active-shadow": {
"id": "box-link-active-shadow",
"$box-link-active-shadow": {
"name": "$box-link-active-shadow",
"value": "inset 0 1px 2px rgba($black, 0.2), 0 0 0 1px $link"
"value": "inset 0 1px 2px rgba($black, 0.2), 0 0 0 1px $link",
"type": "compound"
}
}
},
"list": [
"$box-color",
"$box-background-color",
"$box-radius",
"$box-shadow",
"$box-padding",
"$box-link-hover-shadow",
"$box-link-active-shadow"
],
"file_path": "elements/box.sass"
}