mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Update variables include template
This commit is contained in:
5
docs/_data/variables/elements/_all.json
Normal file
5
docs/_data/variables/elements/_all.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "elements/_all.sass"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1,115 +1,186 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "button",
|
||||
"file_relative_path": "elements/button.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 27,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/button.sass#L1,L27",
|
||||
"vars": {
|
||||
"button-color": {
|
||||
"id": "button-color",
|
||||
"by_name": {
|
||||
"$button-color": {
|
||||
"name": "$button-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"button-background-color": {
|
||||
"id": "button-background-color",
|
||||
"$button-background-color": {
|
||||
"name": "$button-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"button-border-color": {
|
||||
"id": "button-border-color",
|
||||
"$button-border-color": {
|
||||
"name": "$button-border-color",
|
||||
"value": "$grey-lighter"
|
||||
"value": "$grey-lighter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"button-hover-color": {
|
||||
"id": "button-hover-color",
|
||||
"$button-border-width": {
|
||||
"name": "$button-border-width",
|
||||
"value": "$control-border-width",
|
||||
"type": "variable",
|
||||
"computed_type": "string"
|
||||
},
|
||||
"$button-padding-vertical": {
|
||||
"name": "$button-padding-vertical",
|
||||
"value": "calc(0.375em - #{$button-border-width})",
|
||||
"type": "compound"
|
||||
},
|
||||
"$button-padding-horizontal": {
|
||||
"name": "$button-padding-horizontal",
|
||||
"value": "0.75em",
|
||||
"type": "size"
|
||||
},
|
||||
"$button-hover-color": {
|
||||
"name": "$button-hover-color",
|
||||
"value": "$link-hover"
|
||||
"value": "$link-hover",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"button-hover-border-color": {
|
||||
"id": "button-hover-border-color",
|
||||
"$button-hover-border-color": {
|
||||
"name": "$button-hover-border-color",
|
||||
"value": "$link-hover-border"
|
||||
"value": "$link-hover-border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 71%)"
|
||||
},
|
||||
"button-focus-color": {
|
||||
"id": "button-focus-color",
|
||||
"$button-focus-color": {
|
||||
"name": "$button-focus-color",
|
||||
"value": "$link-focus"
|
||||
"value": "$link-focus",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"button-focus-border-color": {
|
||||
"id": "button-focus-border-color",
|
||||
"$button-focus-border-color": {
|
||||
"name": "$button-focus-border-color",
|
||||
"value": "$link-focus-border"
|
||||
"value": "$link-focus-border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"button-focus-box-shadow-size": {
|
||||
"id": "button-focus-box-shadow-size",
|
||||
"$button-focus-box-shadow-size": {
|
||||
"name": "$button-focus-box-shadow-size",
|
||||
"value": "0 0 0 0.125em"
|
||||
"value": "0 0 0 0.125em",
|
||||
"type": "size"
|
||||
},
|
||||
"button-focus-box-shadow-color": {
|
||||
"id": "button-focus-box-shadow-color",
|
||||
"$button-focus-box-shadow-color": {
|
||||
"name": "$button-focus-box-shadow-color",
|
||||
"value": "rgba($link, 0.25)"
|
||||
"value": "rgba($link, 0.25)",
|
||||
"type": "compound"
|
||||
},
|
||||
"button-active-color": {
|
||||
"id": "button-active-color",
|
||||
"$button-active-color": {
|
||||
"name": "$button-active-color",
|
||||
"value": "$link-active"
|
||||
"value": "$link-active",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"button-active-border-color": {
|
||||
"id": "button-active-border-color",
|
||||
"$button-active-border-color": {
|
||||
"name": "$button-active-border-color",
|
||||
"value": "$link-active-border"
|
||||
"value": "$link-active-border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"button-text-color": {
|
||||
"id": "button-text-color",
|
||||
"$button-text-color": {
|
||||
"name": "$button-text-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"button-text-hover-background-color": {
|
||||
"id": "button-text-hover-background-color",
|
||||
"$button-text-hover-background-color": {
|
||||
"name": "$button-text-hover-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"button-text-hover-color": {
|
||||
"id": "button-text-hover-color",
|
||||
"$button-text-hover-color": {
|
||||
"name": "$button-text-hover-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"button-disabled-background-color": {
|
||||
"id": "button-disabled-background-color",
|
||||
"$button-disabled-background-color": {
|
||||
"name": "$button-disabled-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"button-disabled-border-color": {
|
||||
"id": "button-disabled-border-color",
|
||||
"$button-disabled-border-color": {
|
||||
"name": "$button-disabled-border-color",
|
||||
"value": "$grey-lighter"
|
||||
"value": "$grey-lighter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"button-disabled-shadow": {
|
||||
"id": "button-disabled-shadow",
|
||||
"$button-disabled-shadow": {
|
||||
"name": "$button-disabled-shadow",
|
||||
"value": "none"
|
||||
"value": "none",
|
||||
"type": "string"
|
||||
},
|
||||
"button-disabled-opacity": {
|
||||
"id": "button-disabled-opacity",
|
||||
"$button-disabled-opacity": {
|
||||
"name": "$button-disabled-opacity",
|
||||
"value": "0.5"
|
||||
"value": "0.5",
|
||||
"type": "string"
|
||||
},
|
||||
"button-static-color": {
|
||||
"id": "button-static-color",
|
||||
"$button-static-color": {
|
||||
"name": "$button-static-color",
|
||||
"value": "$grey"
|
||||
"value": "$grey",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 48%)"
|
||||
},
|
||||
"button-static-background-color": {
|
||||
"id": "button-static-background-color",
|
||||
"$button-static-background-color": {
|
||||
"name": "$button-static-background-color",
|
||||
"value": "$white-ter"
|
||||
"value": "$white-ter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"button-static-border-color": {
|
||||
"id": "button-static-border-color",
|
||||
"$button-static-border-color": {
|
||||
"name": "$button-static-border-color",
|
||||
"value": "$grey-lighter"
|
||||
"value": "$grey-lighter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$button-color",
|
||||
"$button-background-color",
|
||||
"$button-border-color",
|
||||
"$button-border-width",
|
||||
"$button-padding-vertical",
|
||||
"$button-padding-horizontal",
|
||||
"$button-hover-color",
|
||||
"$button-hover-border-color",
|
||||
"$button-focus-color",
|
||||
"$button-focus-border-color",
|
||||
"$button-focus-box-shadow-size",
|
||||
"$button-focus-box-shadow-color",
|
||||
"$button-active-color",
|
||||
"$button-active-border-color",
|
||||
"$button-text-color",
|
||||
"$button-text-hover-background-color",
|
||||
"$button-text-hover-color",
|
||||
"$button-disabled-background-color",
|
||||
"$button-disabled-border-color",
|
||||
"$button-disabled-shadow",
|
||||
"$button-disabled-opacity",
|
||||
"$button-static-color",
|
||||
"$button-static-background-color",
|
||||
"$button-static-border-color"
|
||||
],
|
||||
"file_path": "elements/button.sass"
|
||||
}
|
||||
5
docs/_data/variables/elements/container.json
Normal file
5
docs/_data/variables/elements/container.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "elements/container.sass"
|
||||
}
|
||||
@@ -1,85 +1,109 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "content",
|
||||
"file_relative_path": "elements/content.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 19,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/content.sass#L1,L19",
|
||||
"vars": {
|
||||
"content-heading-color": {
|
||||
"id": "content-heading-color",
|
||||
"by_name": {
|
||||
"$content-heading-color": {
|
||||
"name": "$content-heading-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"content-heading-weight": {
|
||||
"id": "content-heading-weight",
|
||||
"$content-heading-weight": {
|
||||
"name": "$content-heading-weight",
|
||||
"value": "$weight-normal"
|
||||
"value": "$weight-semibold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "600"
|
||||
},
|
||||
"content-heading-line-height": {
|
||||
"id": "content-heading-line-height",
|
||||
"$content-heading-line-height": {
|
||||
"name": "$content-heading-line-height",
|
||||
"value": "1.125"
|
||||
"value": "1.125",
|
||||
"type": "string"
|
||||
},
|
||||
"content-blockquote-background-color": {
|
||||
"id": "content-blockquote-background-color",
|
||||
"$content-blockquote-background-color": {
|
||||
"name": "$content-blockquote-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"content-blockquote-border-left": {
|
||||
"id": "content-blockquote-border-left",
|
||||
"$content-blockquote-border-left": {
|
||||
"name": "$content-blockquote-border-left",
|
||||
"value": "5px solid $border"
|
||||
"value": "5px solid $border",
|
||||
"type": "compound"
|
||||
},
|
||||
"content-blockquote-padding": {
|
||||
"id": "content-blockquote-padding",
|
||||
"$content-blockquote-padding": {
|
||||
"name": "$content-blockquote-padding",
|
||||
"value": "1.25em 1.5em"
|
||||
"value": "1.25em 1.5em",
|
||||
"type": "size"
|
||||
},
|
||||
"content-pre-padding": {
|
||||
"id": "content-pre-padding",
|
||||
"$content-pre-padding": {
|
||||
"name": "$content-pre-padding",
|
||||
"value": "1.25em 1.5em"
|
||||
"value": "1.25em 1.5em",
|
||||
"type": "size"
|
||||
},
|
||||
"content-table-cell-border": {
|
||||
"id": "content-table-cell-border",
|
||||
"$content-table-cell-border": {
|
||||
"name": "$content-table-cell-border",
|
||||
"value": "1px solid $border"
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
},
|
||||
"content-table-cell-border-width": {
|
||||
"id": "content-table-cell-border-width",
|
||||
"$content-table-cell-border-width": {
|
||||
"name": "$content-table-cell-border-width",
|
||||
"value": "0 0 1px"
|
||||
"value": "0 0 1px",
|
||||
"type": "size"
|
||||
},
|
||||
"content-table-cell-padding": {
|
||||
"id": "content-table-cell-padding",
|
||||
"$content-table-cell-padding": {
|
||||
"name": "$content-table-cell-padding",
|
||||
"value": "0.5em 0.75em"
|
||||
"value": "0.5em 0.75em",
|
||||
"type": "size"
|
||||
},
|
||||
"content-table-cell-heading-color": {
|
||||
"id": "content-table-cell-heading-color",
|
||||
"$content-table-cell-heading-color": {
|
||||
"name": "$content-table-cell-heading-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"content-table-head-cell-border-width": {
|
||||
"id": "content-table-head-cell-border-width",
|
||||
"$content-table-head-cell-border-width": {
|
||||
"name": "$content-table-head-cell-border-width",
|
||||
"value": "0 0 2px"
|
||||
"value": "0 0 2px",
|
||||
"type": "size"
|
||||
},
|
||||
"content-table-head-cell-color": {
|
||||
"id": "content-table-head-cell-color",
|
||||
"$content-table-head-cell-color": {
|
||||
"name": "$content-table-head-cell-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"content-table-foot-cell-border-width": {
|
||||
"id": "content-table-foot-cell-border-width",
|
||||
"$content-table-foot-cell-border-width": {
|
||||
"name": "$content-table-foot-cell-border-width",
|
||||
"value": "2px 0 0"
|
||||
"value": "2px 0 0",
|
||||
"type": "string"
|
||||
},
|
||||
"content-table-foot-cell-color": {
|
||||
"id": "content-table-foot-cell-color",
|
||||
"$content-table-foot-cell-color": {
|
||||
"name": "$content-table-foot-cell-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$content-heading-color",
|
||||
"$content-heading-weight",
|
||||
"$content-heading-line-height",
|
||||
"$content-blockquote-background-color",
|
||||
"$content-blockquote-border-left",
|
||||
"$content-blockquote-padding",
|
||||
"$content-pre-padding",
|
||||
"$content-table-cell-border",
|
||||
"$content-table-cell-border-width",
|
||||
"$content-table-cell-padding",
|
||||
"$content-table-cell-heading-color",
|
||||
"$content-table-head-cell-border-width",
|
||||
"$content-table-head-cell-color",
|
||||
"$content-table-foot-cell-border-width",
|
||||
"$content-table-foot-cell-color"
|
||||
],
|
||||
"file_path": "elements/content.sass"
|
||||
}
|
||||
@@ -1,160 +1,235 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "form",
|
||||
"file_relative_path": "elements/form.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 41,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/form.sass#L1,L41",
|
||||
"vars": {
|
||||
"input-color": {
|
||||
"id": "input-color",
|
||||
"by_name": {
|
||||
"$input-color": {
|
||||
"name": "$input-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"input-background-color": {
|
||||
"id": "input-background-color",
|
||||
"$input-background-color": {
|
||||
"name": "$input-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"input-border-color": {
|
||||
"id": "input-border-color",
|
||||
"$input-border-color": {
|
||||
"name": "$input-border-color",
|
||||
"value": "$grey-lighter"
|
||||
"value": "$grey-lighter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"input-shadow": {
|
||||
"id": "input-shadow",
|
||||
"$input-shadow": {
|
||||
"name": "$input-shadow",
|
||||
"value": "inset 0 1px 2px rgba($black, 0.1)"
|
||||
"value": "inset 0 1px 2px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
},
|
||||
"input-hover-color": {
|
||||
"id": "input-hover-color",
|
||||
"$input-hover-color": {
|
||||
"name": "$input-hover-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"input-hover-border-color": {
|
||||
"id": "input-hover-border-color",
|
||||
"$input-hover-border-color": {
|
||||
"name": "$input-hover-border-color",
|
||||
"value": "$grey-light"
|
||||
"value": "$grey-light",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 71%)"
|
||||
},
|
||||
"input-focus-color": {
|
||||
"id": "input-focus-color",
|
||||
"$input-focus-color": {
|
||||
"name": "$input-focus-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"input-focus-border-color": {
|
||||
"id": "input-focus-border-color",
|
||||
"$input-focus-border-color": {
|
||||
"name": "$input-focus-border-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"input-focus-box-shadow-size": {
|
||||
"id": "input-focus-box-shadow-size",
|
||||
"$input-focus-box-shadow-size": {
|
||||
"name": "$input-focus-box-shadow-size",
|
||||
"value": "0 0 0 0.125em"
|
||||
"value": "0 0 0 0.125em",
|
||||
"type": "size"
|
||||
},
|
||||
"input-focus-box-shadow-color": {
|
||||
"id": "input-focus-box-shadow-color",
|
||||
"$input-focus-box-shadow-color": {
|
||||
"name": "$input-focus-box-shadow-color",
|
||||
"value": "rgba($link, 0.25)"
|
||||
"value": "rgba($link, 0.25)",
|
||||
"type": "compound"
|
||||
},
|
||||
"input-disabled-color": {
|
||||
"id": "input-disabled-color",
|
||||
"$input-disabled-color": {
|
||||
"name": "$input-disabled-color",
|
||||
"value": "$text-light"
|
||||
"value": "$text-light",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 48%)"
|
||||
},
|
||||
"input-disabled-background-color": {
|
||||
"id": "input-disabled-background-color",
|
||||
"$input-disabled-background-color": {
|
||||
"name": "$input-disabled-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"input-disabled-border-color": {
|
||||
"id": "input-disabled-border-color",
|
||||
"$input-disabled-border-color": {
|
||||
"name": "$input-disabled-border-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"input-arrow": {
|
||||
"id": "input-arrow",
|
||||
"$input-arrow": {
|
||||
"name": "$input-arrow",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"input-icon-color": {
|
||||
"id": "input-icon-color",
|
||||
"$input-icon-color": {
|
||||
"name": "$input-icon-color",
|
||||
"value": "$grey-lighter"
|
||||
"value": "$grey-lighter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"input-icon-active-color": {
|
||||
"id": "input-icon-active-color",
|
||||
"$input-icon-active-color": {
|
||||
"name": "$input-icon-active-color",
|
||||
"value": "$grey"
|
||||
"value": "$grey",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 48%)"
|
||||
},
|
||||
"input-radius": {
|
||||
"id": "input-radius",
|
||||
"$input-radius": {
|
||||
"name": "$input-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"file-border-color": {
|
||||
"id": "file-border-color",
|
||||
"$file-border-color": {
|
||||
"name": "$file-border-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"file-radius": {
|
||||
"id": "file-radius",
|
||||
"$file-radius": {
|
||||
"name": "$file-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"file-cta-background-color": {
|
||||
"id": "file-cta-background-color",
|
||||
"$file-cta-background-color": {
|
||||
"name": "$file-cta-background-color",
|
||||
"value": "$white-ter"
|
||||
"value": "$white-ter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"file-cta-color": {
|
||||
"id": "file-cta-color",
|
||||
"$file-cta-color": {
|
||||
"name": "$file-cta-color",
|
||||
"value": "$grey-dark"
|
||||
"value": "$grey-dark",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"file-cta-hover-color": {
|
||||
"id": "file-cta-hover-color",
|
||||
"$file-cta-hover-color": {
|
||||
"name": "$file-cta-hover-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"file-cta-active-color": {
|
||||
"id": "file-cta-active-color",
|
||||
"$file-cta-active-color": {
|
||||
"name": "$file-cta-active-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"file-name-border-color": {
|
||||
"id": "file-name-border-color",
|
||||
"$file-name-border-color": {
|
||||
"name": "$file-name-border-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"file-name-border-style": {
|
||||
"id": "file-name-border-style",
|
||||
"$file-name-border-style": {
|
||||
"name": "$file-name-border-style",
|
||||
"value": "solid"
|
||||
"value": "solid",
|
||||
"type": "string"
|
||||
},
|
||||
"file-name-border-width": {
|
||||
"id": "file-name-border-width",
|
||||
"$file-name-border-width": {
|
||||
"name": "$file-name-border-width",
|
||||
"value": "1px 1px 1px 0"
|
||||
"value": "1px 1px 1px 0",
|
||||
"type": "string"
|
||||
},
|
||||
"file-name-max-width": {
|
||||
"id": "file-name-max-width",
|
||||
"$file-name-max-width": {
|
||||
"name": "$file-name-max-width",
|
||||
"value": "16em"
|
||||
"value": "16em",
|
||||
"type": "size"
|
||||
},
|
||||
"label-color": {
|
||||
"id": "label-color",
|
||||
"$label-color": {
|
||||
"name": "$label-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"label-weight": {
|
||||
"id": "label-weight",
|
||||
"$label-weight": {
|
||||
"name": "$label-weight",
|
||||
"value": "$weight-bold"
|
||||
"value": "$weight-bold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "700"
|
||||
},
|
||||
"help-size": {
|
||||
"id": "help-size",
|
||||
"$help-size": {
|
||||
"name": "$help-size",
|
||||
"value": "$size-small"
|
||||
"value": "$size-small",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "0.75rem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$input-color",
|
||||
"$input-background-color",
|
||||
"$input-border-color",
|
||||
"$input-shadow",
|
||||
"$input-hover-color",
|
||||
"$input-hover-border-color",
|
||||
"$input-focus-color",
|
||||
"$input-focus-border-color",
|
||||
"$input-focus-box-shadow-size",
|
||||
"$input-focus-box-shadow-color",
|
||||
"$input-disabled-color",
|
||||
"$input-disabled-background-color",
|
||||
"$input-disabled-border-color",
|
||||
"$input-arrow",
|
||||
"$input-icon-color",
|
||||
"$input-icon-active-color",
|
||||
"$input-radius",
|
||||
"$file-border-color",
|
||||
"$file-radius",
|
||||
"$file-cta-background-color",
|
||||
"$file-cta-color",
|
||||
"$file-cta-hover-color",
|
||||
"$file-cta-active-color",
|
||||
"$file-name-border-color",
|
||||
"$file-name-border-style",
|
||||
"$file-name-border-width",
|
||||
"$file-name-max-width",
|
||||
"$label-color",
|
||||
"$label-weight",
|
||||
"$help-size"
|
||||
],
|
||||
"file_path": "elements/form.sass"
|
||||
}
|
||||
@@ -1,30 +1,31 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "icon",
|
||||
"file_relative_path": "elements/icon.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 4,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/icon.sass#L1,L4",
|
||||
"vars": {
|
||||
"icon-dimensions": {
|
||||
"id": "icon-dimensions",
|
||||
"by_name": {
|
||||
"$icon-dimensions": {
|
||||
"name": "$icon-dimensions",
|
||||
"value": "1.5rem"
|
||||
"value": "1.5rem",
|
||||
"type": "size"
|
||||
},
|
||||
"icon-dimensions-small": {
|
||||
"id": "icon-dimensions-small",
|
||||
"$icon-dimensions-small": {
|
||||
"name": "$icon-dimensions-small",
|
||||
"value": "1rem"
|
||||
"value": "1rem",
|
||||
"type": "size"
|
||||
},
|
||||
"icon-dimensions-medium": {
|
||||
"id": "icon-dimensions-medium",
|
||||
"$icon-dimensions-medium": {
|
||||
"name": "$icon-dimensions-medium",
|
||||
"value": "2rem"
|
||||
"value": "2rem",
|
||||
"type": "size"
|
||||
},
|
||||
"icon-dimensions-large": {
|
||||
"id": "icon-dimensions-large",
|
||||
"$icon-dimensions-large": {
|
||||
"name": "$icon-dimensions-large",
|
||||
"value": "3rem"
|
||||
"value": "3rem",
|
||||
"type": "size"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$icon-dimensions",
|
||||
"$icon-dimensions-small",
|
||||
"$icon-dimensions-medium",
|
||||
"$icon-dimensions-large"
|
||||
],
|
||||
"file_path": "elements/icon.sass"
|
||||
}
|
||||
@@ -1,15 +1,13 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "image",
|
||||
"file_relative_path": "elements/image.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 1,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/image.sass#L1,L1",
|
||||
"vars": {
|
||||
"dimensions": {
|
||||
"id": "dimensions",
|
||||
"by_name": {
|
||||
"$dimensions": {
|
||||
"name": "$dimensions",
|
||||
"value": "16 24 32 48 64 96 128"
|
||||
"value": "16 24 32 48 64 96 128",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$dimensions"
|
||||
],
|
||||
"file_path": "elements/image.sass"
|
||||
}
|
||||
@@ -1,25 +1,29 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "notification",
|
||||
"file_relative_path": "elements/notification.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 3,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/notification.sass#L1,L3",
|
||||
"vars": {
|
||||
"notification-background-color": {
|
||||
"id": "notification-background-color",
|
||||
"by_name": {
|
||||
"$notification-background-color": {
|
||||
"name": "$notification-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"notification-radius": {
|
||||
"id": "notification-radius",
|
||||
"$notification-radius": {
|
||||
"name": "$notification-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"notification-padding": {
|
||||
"id": "notification-padding",
|
||||
"$notification-padding": {
|
||||
"name": "$notification-padding",
|
||||
"value": "1.25rem 2.5rem 1.25rem 1.5rem"
|
||||
"value": "1.25rem 2.5rem 1.25rem 1.5rem",
|
||||
"type": "size"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$notification-background-color",
|
||||
"$notification-radius",
|
||||
"$notification-padding"
|
||||
],
|
||||
"file_path": "elements/notification.sass"
|
||||
}
|
||||
5
docs/_data/variables/elements/other.json
Normal file
5
docs/_data/variables/elements/other.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "elements/other.sass"
|
||||
}
|
||||
@@ -1,20 +1,23 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "progress",
|
||||
"file_relative_path": "elements/progress.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 2,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/progress.sass#L1,L2",
|
||||
"vars": {
|
||||
"progress-bar-background-color": {
|
||||
"id": "progress-bar-background-color",
|
||||
"by_name": {
|
||||
"$progress-bar-background-color": {
|
||||
"name": "$progress-bar-background-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"progress-value-background-color": {
|
||||
"id": "progress-value-background-color",
|
||||
"$progress-value-background-color": {
|
||||
"name": "$progress-value-background-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$progress-bar-background-color",
|
||||
"$progress-value-background-color"
|
||||
],
|
||||
"file_path": "elements/progress.sass"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1,30 +1,37 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "tag",
|
||||
"file_relative_path": "elements/tag.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 4,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/tag.sass#L1,L4",
|
||||
"vars": {
|
||||
"tag-background-color": {
|
||||
"id": "tag-background-color",
|
||||
"by_name": {
|
||||
"$tag-background-color": {
|
||||
"name": "$tag-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"tag-color": {
|
||||
"id": "tag-color",
|
||||
"$tag-color": {
|
||||
"name": "$tag-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"tag-radius": {
|
||||
"id": "tag-radius",
|
||||
"$tag-radius": {
|
||||
"name": "$tag-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"tag-delete-margin": {
|
||||
"id": "tag-delete-margin",
|
||||
"$tag-delete-margin": {
|
||||
"name": "$tag-delete-margin",
|
||||
"value": "1px"
|
||||
"value": "1px",
|
||||
"type": "size"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$tag-background-color",
|
||||
"$tag-color",
|
||||
"$tag-radius",
|
||||
"$tag-delete-margin"
|
||||
],
|
||||
"file_path": "elements/tag.sass"
|
||||
}
|
||||
@@ -1,75 +1,113 @@
|
||||
{
|
||||
"dir_name": "elements",
|
||||
"file_name": "title",
|
||||
"file_relative_path": "elements/title.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 11,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/title.sass#L1,L11",
|
||||
"vars": {
|
||||
"title-color": {
|
||||
"id": "title-color",
|
||||
"by_name": {
|
||||
"$title-color": {
|
||||
"name": "$title-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"title-size": {
|
||||
"id": "title-size",
|
||||
"$title-size": {
|
||||
"name": "$title-size",
|
||||
"value": "$size-3"
|
||||
"value": "$size-3",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "2rem"
|
||||
},
|
||||
"title-weight": {
|
||||
"id": "title-weight",
|
||||
"$title-weight": {
|
||||
"name": "$title-weight",
|
||||
"value": "$weight-semibold"
|
||||
"value": "$weight-semibold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "600"
|
||||
},
|
||||
"title-strong-color": {
|
||||
"id": "title-strong-color",
|
||||
"name": "$title-strong-color",
|
||||
"value": "inherit"
|
||||
},
|
||||
"title-strong-weight": {
|
||||
"id": "title-strong-weight",
|
||||
"name": "$title-strong-weight",
|
||||
"value": "inherit"
|
||||
},
|
||||
"title-line-height": {
|
||||
"id": "title-line-height",
|
||||
"$title-line-height": {
|
||||
"name": "$title-line-height",
|
||||
"value": "1.125"
|
||||
"value": "1.125",
|
||||
"type": "string"
|
||||
},
|
||||
"subtitle-color": {
|
||||
"id": "subtitle-color",
|
||||
"$title-strong-color": {
|
||||
"name": "$title-strong-color",
|
||||
"value": "inherit",
|
||||
"type": "string"
|
||||
},
|
||||
"$title-strong-weight": {
|
||||
"name": "$title-strong-weight",
|
||||
"value": "inherit",
|
||||
"type": "string"
|
||||
},
|
||||
"$title-sub-size": {
|
||||
"name": "$title-sub-size",
|
||||
"value": "0.75em",
|
||||
"type": "size"
|
||||
},
|
||||
"$title-sup-size": {
|
||||
"name": "$title-sup-size",
|
||||
"value": "0.75em",
|
||||
"type": "size"
|
||||
},
|
||||
"$subtitle-color": {
|
||||
"name": "$subtitle-color",
|
||||
"value": "$grey-dark"
|
||||
"value": "$grey-dark",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"subtitle-size": {
|
||||
"id": "subtitle-size",
|
||||
"$subtitle-size": {
|
||||
"name": "$subtitle-size",
|
||||
"value": "$size-5"
|
||||
"value": "$size-5",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "1.25rem"
|
||||
},
|
||||
"subtitle-weight": {
|
||||
"id": "subtitle-weight",
|
||||
"$subtitle-weight": {
|
||||
"name": "$subtitle-weight",
|
||||
"value": "$weight-normal"
|
||||
"value": "$weight-normal",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "400"
|
||||
},
|
||||
"subtitle-line-height": {
|
||||
"id": "subtitle-line-height",
|
||||
"$subtitle-line-height": {
|
||||
"name": "$subtitle-line-height",
|
||||
"value": "1.25"
|
||||
"value": "1.25",
|
||||
"type": "string"
|
||||
},
|
||||
"subtitle-strong-color": {
|
||||
"id": "subtitle-strong-color",
|
||||
"$subtitle-strong-color": {
|
||||
"name": "$subtitle-strong-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"subtitle-strong-weight": {
|
||||
"id": "subtitle-strong-weight",
|
||||
"$subtitle-strong-weight": {
|
||||
"name": "$subtitle-strong-weight",
|
||||
"value": "$weight-semibold"
|
||||
"value": "$weight-semibold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "600"
|
||||
},
|
||||
"subtitle-negative-margin": {
|
||||
"id": "subtitle-negative-margin",
|
||||
"$subtitle-negative-margin": {
|
||||
"name": "$subtitle-negative-margin",
|
||||
"value": "-1.25rem"
|
||||
"value": "-1.25rem",
|
||||
"type": "size"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$title-color",
|
||||
"$title-size",
|
||||
"$title-weight",
|
||||
"$title-line-height",
|
||||
"$title-strong-color",
|
||||
"$title-strong-weight",
|
||||
"$title-sub-size",
|
||||
"$title-sup-size",
|
||||
"$subtitle-color",
|
||||
"$subtitle-size",
|
||||
"$subtitle-weight",
|
||||
"$subtitle-line-height",
|
||||
"$subtitle-strong-color",
|
||||
"$subtitle-strong-weight",
|
||||
"$subtitle-negative-margin"
|
||||
],
|
||||
"file_path": "elements/title.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user