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,85 +1,117 @@
{
"dir_name": "elements",
"file_name": "table",
"file_relative_path": "elements/table.sass",
"file_line_from": 1,
"file_line_to": 20,
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/table.sass#L1,L20",
"vars": {
"table-color": {
"id": "table-color",
"by_name": {
"$table-color": {
"name": "$table-color",
"value": "$grey-darker"
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"table-background-color": {
"id": "table-background-color",
"$table-background-color": {
"name": "$table-background-color",
"value": "$white"
"value": "$white",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
"table-cell-border": {
"id": "table-cell-border",
"$table-cell-border": {
"name": "$table-cell-border",
"value": "1px solid $grey-lighter"
"value": "1px solid $grey-lighter",
"type": "compound"
},
"table-cell-border-width": {
"id": "table-cell-border-width",
"$table-cell-border-width": {
"name": "$table-cell-border-width",
"value": "0 0 1px"
"value": "0 0 1px",
"type": "size"
},
"table-cell-padding": {
"id": "table-cell-padding",
"$table-cell-padding": {
"name": "$table-cell-padding",
"value": "0.5em 0.75em"
"value": "0.5em 0.75em",
"type": "size"
},
"table-cell-heading-color": {
"id": "table-cell-heading-color",
"$table-cell-heading-color": {
"name": "$table-cell-heading-color",
"value": "$text-strong"
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"table-head-cell-border-width": {
"id": "table-head-cell-border-width",
"$table-head-cell-border-width": {
"name": "$table-head-cell-border-width",
"value": "0 0 2px"
"value": "0 0 2px",
"type": "size"
},
"table-head-cell-color": {
"id": "table-head-cell-color",
"$table-head-cell-color": {
"name": "$table-head-cell-color",
"value": "$text-strong"
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"table-foot-cell-border-width": {
"id": "table-foot-cell-border-width",
"$table-foot-cell-border-width": {
"name": "$table-foot-cell-border-width",
"value": "2px 0 0"
"value": "2px 0 0",
"type": "string"
},
"table-foot-cell-color": {
"id": "table-foot-cell-color",
"$table-foot-cell-color": {
"name": "$table-foot-cell-color",
"value": "$text-strong"
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"table-row-hover-background-color": {
"id": "table-row-hover-background-color",
"$table-row-hover-background-color": {
"name": "$table-row-hover-background-color",
"value": "$white-bis"
"value": "$white-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
},
"table-row-active-background-color": {
"id": "table-row-active-background-color",
"$table-row-active-background-color": {
"name": "$table-row-active-background-color",
"value": "$primary"
"value": "$primary",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(171, 100%, 41%)"
},
"table-row-active-color": {
"id": "table-row-active-color",
"$table-row-active-color": {
"name": "$table-row-active-color",
"value": "$primary-invert"
"value": "$primary-invert",
"type": "variable",
"computed_type": "compound",
"computed_value": "findColorInvert($turquoise)"
},
"table-striped-row-even-background-color": {
"id": "table-striped-row-even-background-color",
"$table-striped-row-even-background-color": {
"name": "$table-striped-row-even-background-color",
"value": "$white-bis"
"value": "$white-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
},
"table-striped-row-even-hover-background-color": {
"id": "table-striped-row-even-hover-background-color",
"$table-striped-row-even-hover-background-color": {
"name": "$table-striped-row-even-hover-background-color",
"value": "$white-ter"
"value": "$white-ter",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
}
}
},
"list": [
"$table-color",
"$table-background-color",
"$table-cell-border",
"$table-cell-border-width",
"$table-cell-padding",
"$table-cell-heading-color",
"$table-head-cell-border-width",
"$table-head-cell-color",
"$table-foot-cell-border-width",
"$table-foot-cell-color",
"$table-row-hover-background-color",
"$table-row-active-background-color",
"$table-row-active-color",
"$table-striped-row-even-background-color",
"$table-striped-row-even-hover-background-color"
],
"file_path": "elements/table.sass"
}