This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -0,0 +1,4 @@
{
"sass-vars": [],
"css-vars": []
}

View File

@@ -1,57 +1,69 @@
{
"by_name": {
"$box-color": {
"name": "$box-color",
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
"sass-vars": [
{
"name": "box-background-color",
"value": "var(--bulma-scheme-main)",
"css-var": "box-background-color"
},
"$box-background-color": {
"name": "$box-background-color",
"value": "$scheme-main",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
{
"name": "box-color",
"value": "var(--bulma-text)",
"css-var": "box-color"
},
"$box-radius": {
"name": "$box-radius",
"value": "$radius-large",
"type": "variable",
"computed_type": "size",
"computed_value": "6px"
{
"name": "box-radius",
"value": "var(--bulma-radius-large)",
"css-var": "box-radius"
},
"$box-shadow": {
"name": "$box-shadow",
"value": "$shadow",
"type": "variable",
"computed_type": "shadow",
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
{
"name": "box-shadow",
"value": "var(--bulma-shadow)",
"css-var": "box-shadow"
},
"$box-padding": {
"name": "$box-padding",
{
"name": "box-padding",
"value": "1.25rem",
"type": "size"
"css-var": "box-padding"
},
"$box-link-hover-shadow": {
"name": "$box-link-hover-shadow",
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1px $link",
"type": "shadow"
{
"name": "box-link-hover-shadow",
"value": "0 0.5em 1em -0.125em hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), #{cv.getVar(\n \"scheme-invert-l\"\n )}, 0.1),\n 0 0 0 1px var(--bulma-link)",
"css-var": "box-link-hover-shadow"
},
"$box-link-active-shadow": {
"name": "$box-link-active-shadow",
"value": "inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $link",
"type": "shadow"
{
"name": "box-link-active-shadow",
"value": "inset 0 1px 2px\n hsla(\n var(--bulma-scheme-h),\n var(--bulma-scheme-s),\n var(--bulma-scheme-invert-l),\n 0.2\n ),\n 0 0 0 1px var(--bulma-link)",
"css-var": "box-link-active-shadow"
}
},
"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"
"css-vars": [
{
"name": "box-background-color",
"value": "var(--bulma-scheme-main)"
},
{
"name": "box-color",
"value": "var(--bulma-text)"
},
{
"name": "box-radius",
"value": "var(--bulma-radius-large)"
},
{
"name": "box-shadow",
"value": "var(--bulma-shadow)"
},
{
"name": "box-padding",
"value": "1.25rem"
},
{
"name": "box-link-hover-shadow",
"value": "0 0.5em 1em -0.125em hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), #{cv.getVar(\n \"scheme-invert-l\"\n )}, 0.1),\n 0 0 0 1px var(--bulma-link)"
},
{
"name": "box-link-active-shadow",
"value": "inset 0 1px 2px\n hsla(\n var(--bulma-scheme-h),\n var(--bulma-scheme-s),\n var(--bulma-scheme-invert-l),\n 0.2\n ),\n 0 0 0 1px var(--bulma-link)"
}
]
}

View File

@@ -1,251 +1,275 @@
{
"by_name": {
"$button-color": {
"name": "$button-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
"sass-vars": [
{
"name": "button-weight",
"value": "var(--bulma-weight-medium)",
"css-var": "button-weight"
},
"$button-background-color": {
"name": "$button-background-color",
"value": "$scheme-main",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
"$button-family": {
"name": "$button-family",
{
"name": "button-family",
"value": "false",
"type": "boolean"
"css-var": "button-family"
},
"$button-border-color": {
"name": "$button-border-color",
"value": "$border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
{
"name": "button-border-color",
"value": "var(--bulma-border)",
"css-var": "button-border-color"
},
"$button-border-width": {
"name": "$button-border-width",
"value": "$control-border-width",
"type": "variable"
{
"name": "button-border-style",
"value": "solid",
"css-var": "button-border-style"
},
"$button-padding-vertical": {
"name": "$button-padding-vertical",
"value": "calc(0.5em - #{$button-border-width})",
"type": "size"
{
"name": "button-border-width",
"value": "var(--bulma-control-border-width)",
"css-var": "button-border-width"
},
"$button-padding-horizontal": {
"name": "$button-padding-horizontal",
{
"name": "button-padding-vertical",
"value": "0.5em",
"css-var": "button-padding-vertical"
},
{
"name": "button-padding-horizontal",
"value": "1em",
"type": "size"
"css-var": "button-padding-horizontal"
},
"$button-hover-color": {
"name": "$button-hover-color",
"value": "$link-hover",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "button-focus-border-color",
"value": "var(--bulma-link-focus-border)",
"css-var": "button-focus-border-color"
},
"$button-hover-border-color": {
"name": "$button-hover-border-color",
"value": "$link-hover-border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 71%)"
},
"$button-focus-color": {
"name": "$button-focus-color",
"value": "$link-focus",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$button-focus-border-color": {
"name": "$button-focus-border-color",
"value": "$link-focus-border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(229, 53%, 53%)"
},
"$button-focus-box-shadow-size": {
"name": "$button-focus-box-shadow-size",
{
"name": "button-focus-box-shadow-size",
"value": "0 0 0 0.125em",
"type": "size"
"css-var": "button-focus-box-shadow-size"
},
"$button-focus-box-shadow-color": {
"name": "$button-focus-box-shadow-color",
"value": "bulmaRgba($link, 0.25)",
"type": "compound"
{
"name": "button-focus-box-shadow-color",
"value": "hsla(\n var(--bulma-link-h),\n var(--bulma-link-s),\n var(--bulma-link-on-scheme-l),\n 0.25\n)",
"css-var": "button-focus-box-shadow-color"
},
"$button-active-color": {
"name": "$button-active-color",
"value": "$link-active",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "button-active-color",
"value": "var(--bulma-link-active)",
"css-var": "button-active-color"
},
"$button-active-border-color": {
"name": "$button-active-border-color",
"value": "$link-active-border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
{
"name": "button-active-border-color",
"value": "var(--bulma-link-active-border)",
"css-var": "button-active-border-color"
},
"$button-text-color": {
"name": "$button-text-color",
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
{
"name": "button-text-color",
"value": "var(--bulma-text)",
"css-var": "button-text-color"
},
"$button-text-decoration": {
"name": "$button-text-decoration",
{
"name": "button-text-decoration",
"value": "underline",
"type": "string"
"css-var": "button-text-decoration"
},
"$button-text-hover-background-color": {
"name": "$button-text-hover-background-color",
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
{
"name": "button-text-hover-background-color",
"value": "var(--bulma-background)",
"css-var": "button-text-hover-background-color"
},
"$button-text-hover-color": {
"name": "$button-text-hover-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "button-text-hover-color",
"value": "var(--bulma-text-strong)",
"css-var": "button-text-hover-color"
},
"$button-ghost-background": {
"name": "$button-ghost-background",
{
"name": "button-ghost-background",
"value": "none",
"type": "string"
"css-var": "button-ghost-background"
},
"$button-ghost-border-color": {
"name": "$button-ghost-border-color",
{
"name": "button-ghost-border-color",
"value": "transparent",
"type": "string"
"css-var": "button-ghost-border-color"
},
"$button-ghost-color": {
"name": "$button-ghost-color",
"value": "$link",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(229, 53%, 53%)"
{
"name": "button-ghost-color",
"value": "var(--bulma-link-text)",
"css-var": "button-ghost-color"
},
"$button-ghost-decoration": {
"name": "$button-ghost-decoration",
{
"name": "button-ghost-decoration",
"value": "none",
"type": "string"
"css-var": "button-ghost-decoration"
},
"$button-ghost-hover-color": {
"name": "$button-ghost-hover-color",
"value": "$link",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(229, 53%, 53%)"
{
"name": "button-ghost-hover-color",
"value": "var(--bulma-link)",
"css-var": "button-ghost-hover-color"
},
"$button-ghost-hover-decoration": {
"name": "$button-ghost-hover-decoration",
{
"name": "button-ghost-hover-decoration",
"value": "underline",
"type": "string"
"css-var": "button-ghost-hover-decoration"
},
"$button-disabled-background-color": {
"name": "$button-disabled-background-color",
"value": "$scheme-main",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
{
"name": "button-disabled-background-color",
"value": "var(--bulma-scheme-main)",
"css-var": "button-disabled-background-color"
},
"$button-disabled-border-color": {
"name": "$button-disabled-border-color",
"value": "$border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
{
"name": "button-disabled-border-color",
"value": "var(--bulma-border)",
"css-var": "button-disabled-border-color"
},
"$button-disabled-shadow": {
"name": "$button-disabled-shadow",
{
"name": "button-disabled-shadow",
"value": "none",
"type": "shadow"
"css-var": "button-disabled-shadow"
},
"$button-disabled-opacity": {
"name": "$button-disabled-opacity",
{
"name": "button-disabled-opacity",
"value": "0.5",
"type": "unitless"
"css-var": "button-disabled-opacity"
},
"$button-static-color": {
"name": "$button-static-color",
"value": "$text-light",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 48%)"
{
"name": "button-static-color",
"value": "var(--bulma-text-weak)",
"css-var": "button-static-color"
},
"$button-static-background-color": {
"name": "$button-static-background-color",
"value": "$scheme-main-ter",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
{
"name": "button-static-background-color",
"value": "var(--bulma-scheme-main-ter)",
"css-var": "button-static-background-color"
},
"$button-static-border-color": {
"name": "$button-static-border-color",
"value": "$border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
{
"name": "button-static-border-color",
"value": "var(--bulma-border)",
"css-var": "button-static-border-color"
},
"$button-colors": {
"name": "$button-colors",
"value": "$colors",
"type": "variable",
"computed_type": "map",
"computed_value": "Bulma colors"
{
"name": "button-colors",
"value": "dv.$colors"
},
"$button-responsive-sizes": {
"name": "$button-responsive-sizes",
"value": "(\"mobile\": (\"small\": ($size-small * 0.75), \"normal\": ($size-small * 0.875), \"medium\": $size-small, \"large\": $size-normal), \"tablet-only\": (\"small\": ($size-small * 0.875), \"normal\": ($size-small), \"medium\": $size-normal, \"large\": $size-medium))",
"type": "compound"
{
"name": "button-responsive-sizes",
"value": "(\n \"mobile\": (\n \"small\": calc(var(--bulma-size-small) * 0.75),\n \"normal\": calc(var(--bulma-size-small) * 0.875),\n \"medium\": var(--bulma-size-small),\n \"large\": var(--bulma-size-normal),\n ),\n \"tablet-only\": (\n \"small\": calc(var(--bulma-size-small) * 0.875),\n \"normal\": var(--bulma-size-small),\n \"medium\": var(--bulma-size-normal),\n \"large\": var(--bulma-size-medium),\n ),\n)"
}
},
"list": [
"$button-color",
"$button-background-color",
"$button-family",
"$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-decoration",
"$button-text-hover-background-color",
"$button-text-hover-color",
"$button-ghost-background",
"$button-ghost-border-color",
"$button-ghost-color",
"$button-ghost-decoration",
"$button-ghost-hover-color",
"$button-ghost-hover-decoration",
"$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",
"$button-colors",
"$button-responsive-sizes"
],
"file_path": "elements/button.sass"
"css-vars": [
{
"name": "button-family",
"value": "false"
},
{
"name": "button-weight",
"value": "var(--bulma-weight-medium)"
},
{
"name": "button-border-color",
"value": "var(--bulma-border)"
},
{
"name": "button-border-style",
"value": "solid"
},
{
"name": "button-border-width",
"value": "var(--bulma-control-border-width)"
},
{
"name": "button-padding-vertical",
"value": "0.5em"
},
{
"name": "button-padding-horizontal",
"value": "1em"
},
{
"name": "button-focus-border-color",
"value": "var(--bulma-link-focus-border)"
},
{
"name": "button-focus-box-shadow-size",
"value": "0 0 0 0.125em"
},
{
"name": "button-focus-box-shadow-color",
"value": "hsla(\n var(--bulma-link-h),\n var(--bulma-link-s),\n var(--bulma-link-on-scheme-l),\n 0.25\n)"
},
{
"name": "button-active-color",
"value": "var(--bulma-link-active)"
},
{
"name": "button-active-border-color",
"value": "var(--bulma-link-active-border)"
},
{
"name": "button-text-color",
"value": "var(--bulma-text)"
},
{
"name": "button-text-decoration",
"value": "underline"
},
{
"name": "button-text-hover-background-color",
"value": "var(--bulma-background)"
},
{
"name": "button-text-hover-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "button-ghost-background",
"value": "none"
},
{
"name": "button-ghost-border-color",
"value": "transparent"
},
{
"name": "button-ghost-color",
"value": "var(--bulma-link-text)"
},
{
"name": "button-ghost-decoration",
"value": "none"
},
{
"name": "button-ghost-hover-color",
"value": "var(--bulma-link)"
},
{
"name": "button-ghost-hover-decoration",
"value": "underline"
},
{
"name": "button-disabled-background-color",
"value": "var(--bulma-scheme-main)"
},
{
"name": "button-disabled-border-color",
"value": "var(--bulma-border)"
},
{
"name": "button-disabled-shadow",
"value": "none"
},
{
"name": "button-disabled-opacity",
"value": "0.5"
},
{
"name": "button-static-color",
"value": "var(--bulma-text-weak)"
},
{
"name": "button-static-background-color",
"value": "var(--bulma-scheme-main-ter)"
},
{
"name": "button-static-border-color",
"value": "var(--bulma-border)"
}
]
}

View File

@@ -1,21 +0,0 @@
{
"by_name": {
"$container-offset": {
"name": "$container-offset",
"value": "(2 * $gap)",
"type": "compound"
},
"$container-max-width": {
"name": "$container-max-width",
"value": "$fullhd",
"type": "variable",
"computed_type": "computed",
"computed_value": "1344px + (2 * $gap)"
}
},
"list": [
"$container-offset",
"$container-max-width"
],
"file_path": "elements/container.sass"
}

View File

@@ -1,121 +1,159 @@
{
"by_name": {
"$content-heading-color": {
"name": "$content-heading-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
"sass-vars": [
{
"name": "content-heading-color",
"value": "var(--bulma-text-strong)",
"css-var": "content-heading-color"
},
"$content-heading-weight": {
"name": "$content-heading-weight",
"value": "$weight-semibold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "600"
{
"name": "content-heading-weight",
"value": "var(--bulma-weight-extrabold)",
"css-var": "content-heading-weight"
},
"$content-heading-line-height": {
"name": "$content-heading-line-height",
{
"name": "content-heading-line-height",
"value": "1.125",
"type": "unitless"
"css-var": "content-heading-line-height"
},
"$content-block-margin-bottom": {
"name": "$content-block-margin-bottom",
{
"name": "content-block-margin-bottom",
"value": "1em",
"type": "size"
"css-var": "content-block-margin-bottom"
},
"$content-blockquote-background-color": {
"name": "$content-blockquote-background-color",
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
{
"name": "content-blockquote-background-color",
"value": "var(--bulma-background)",
"css-var": "content-blockquote-background-color"
},
"$content-blockquote-border-left": {
"name": "$content-blockquote-border-left",
"value": "5px solid $border",
"type": "size"
{
"name": "content-blockquote-border-left",
"value": "5px solid var(--bulma-border)",
"css-var": "content-blockquote-border-left"
},
"$content-blockquote-padding": {
"name": "$content-blockquote-padding",
{
"name": "content-blockquote-padding",
"value": "1.25em 1.5em",
"type": "size"
"css-var": "content-blockquote-padding"
},
"$content-pre-padding": {
"name": "$content-pre-padding",
{
"name": "content-pre-padding",
"value": "1.25em 1.5em",
"type": "size"
"css-var": "content-pre-padding"
},
"$content-table-cell-border": {
"name": "$content-table-cell-border",
"value": "1px solid $border",
"type": "size"
{
"name": "content-table-cell-border",
"value": "1px solid var(--bulma-border)",
"css-var": "content-table-cell-border"
},
"$content-table-cell-border-width": {
"name": "$content-table-cell-border-width",
{
"name": "content-table-cell-border-width",
"value": "0 0 1px",
"type": "size"
"css-var": "content-table-cell-border-width"
},
"$content-table-cell-padding": {
"name": "$content-table-cell-padding",
{
"name": "content-table-cell-padding",
"value": "0.5em 0.75em",
"type": "size"
"css-var": "content-table-cell-padding"
},
"$content-table-cell-heading-color": {
"name": "$content-table-cell-heading-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "content-table-cell-heading-color",
"value": "var(--bulma-text-strong)",
"css-var": "content-table-cell-heading-color"
},
"$content-table-head-cell-border-width": {
"name": "$content-table-head-cell-border-width",
{
"name": "content-table-head-cell-border-width",
"value": "0 0 2px",
"type": "size"
"css-var": "content-table-head-cell-border-width"
},
"$content-table-head-cell-color": {
"name": "$content-table-head-cell-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "content-table-head-cell-color",
"value": "var(--bulma-text-strong)",
"css-var": "content-table-head-cell-color"
},
"$content-table-body-last-row-cell-border-bottom-width": {
"name": "$content-table-body-last-row-cell-border-bottom-width",
{
"name": "content-table-body-last-row-cell-border-bottom-width",
"value": "0",
"type": "string"
"css-var": "content-table-body-last-row-cell-border-bottom-width"
},
"$content-table-foot-cell-border-width": {
"name": "$content-table-foot-cell-border-width",
{
"name": "content-table-foot-cell-border-width",
"value": "2px 0 0",
"type": "size"
"css-var": "content-table-foot-cell-border-width"
},
"$content-table-foot-cell-color": {
"name": "$content-table-foot-cell-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "content-table-foot-cell-color",
"value": "var(--bulma-text-strong)",
"css-var": "content-table-foot-cell-color"
}
},
"list": [
"$content-heading-color",
"$content-heading-weight",
"$content-heading-line-height",
"$content-block-margin-bottom",
"$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-body-last-row-cell-border-bottom-width",
"$content-table-foot-cell-border-width",
"$content-table-foot-cell-color"
],
"file_path": "elements/content.sass"
"css-vars": [
{
"name": "content-heading-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "content-heading-weight",
"value": "var(--bulma-weight-extrabold)"
},
{
"name": "content-heading-line-height",
"value": "1.125"
},
{
"name": "content-block-margin-bottom",
"value": "1em"
},
{
"name": "content-blockquote-background-color",
"value": "var(--bulma-background)"
},
{
"name": "content-blockquote-border-left",
"value": "5px solid var(--bulma-border)"
},
{
"name": "content-blockquote-padding",
"value": "1.25em 1.5em"
},
{
"name": "content-pre-padding",
"value": "1.25em 1.5em"
},
{
"name": "content-table-cell-border",
"value": "1px solid var(--bulma-border)"
},
{
"name": "content-table-cell-border-width",
"value": "0 0 1px"
},
{
"name": "content-table-cell-padding",
"value": "0.5em 0.75em"
},
{
"name": "content-table-cell-heading-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "content-table-head-cell-border-width",
"value": "0 0 2px"
},
{
"name": "content-table-head-cell-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "content-table-body-last-row-cell-border-bottom-width",
"value": "0"
},
{
"name": "content-table-foot-cell-border-width",
"value": "2px 0 0"
},
{
"name": "content-table-foot-cell-color",
"value": "var(--bulma-text-strong)"
}
]
}

View File

@@ -0,0 +1,4 @@
{
"sass-vars": [],
"css-vars": []
}

View File

@@ -1,253 +0,0 @@
{
"by_name": {
"$input-color": {
"name": "$input-color",
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$input-background-color": {
"name": "$input-background-color",
"value": "$white",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
"$input-border-color": {
"name": "$input-border-color",
"value": "$grey-lighter",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
},
"$input-height": {
"name": "$input-height",
"value": "$control-height",
"type": "variable"
},
"$input-shadow": {
"name": "$input-shadow",
"value": "inset 0 1px 2px rgba($black, 0.1)",
"type": "size"
},
"$input-placeholder-color": {
"name": "$input-placeholder-color",
"value": "rgba($input-color, 0.3)",
"type": "color"
},
"$input-hover-color": {
"name": "$input-hover-color",
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$input-hover-border-color": {
"name": "$input-hover-border-color",
"value": "$grey-light",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 71%)"
},
"$input-focus-color": {
"name": "$input-focus-color",
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$input-focus-border-color": {
"name": "$input-focus-border-color",
"value": "$link",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(217, 71%, 53%)"
},
"$input-focus-box-shadow-size": {
"name": "$input-focus-box-shadow-size",
"value": "0 0 0 0.125em",
"type": "size"
},
"$input-focus-box-shadow-color": {
"name": "$input-focus-box-shadow-color",
"value": "rgba($link, 0.25)",
"type": "color"
},
"$input-disabled-color": {
"name": "$input-disabled-color",
"value": "$text-light",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 48%)"
},
"$input-disabled-background-color": {
"name": "$input-disabled-background-color",
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"$input-disabled-border-color": {
"name": "$input-disabled-border-color",
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"$input-disabled-placeholder-color": {
"name": "$input-disabled-placeholder-color",
"value": "rgba($input-disabled-color, 0.3)",
"type": "color"
},
"$input-arrow": {
"name": "$input-arrow",
"value": "$link",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(217, 71%, 53%)"
},
"$input-icon-color": {
"name": "$input-icon-color",
"value": "$grey-lighter",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
},
"$input-icon-active-color": {
"name": "$input-icon-active-color",
"value": "$grey",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 48%)"
},
"$input-radius": {
"name": "$input-radius",
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"$file-border-color": {
"name": "$file-border-color",
"value": "$border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
},
"$file-radius": {
"name": "$file-radius",
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"$file-cta-background-color": {
"name": "$file-cta-background-color",
"value": "$white-ter",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"$file-cta-color": {
"name": "$file-cta-color",
"value": "$grey-dark",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$file-cta-hover-color": {
"name": "$file-cta-hover-color",
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$file-cta-active-color": {
"name": "$file-cta-active-color",
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$file-name-border-color": {
"name": "$file-name-border-color",
"value": "$border",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
},
"$file-name-border-style": {
"name": "$file-name-border-style",
"value": "solid",
"type": "string"
},
"$file-name-border-width": {
"name": "$file-name-border-width",
"value": "1px 1px 1px 0",
"type": "size"
},
"$file-name-max-width": {
"name": "$file-name-max-width",
"value": "16em",
"type": "size"
},
"$label-color": {
"name": "$label-color",
"value": "$grey-darker",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$label-weight": {
"name": "$label-weight",
"value": "$weight-bold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "700"
},
"$help-size": {
"name": "$help-size",
"value": "$size-small",
"type": "variable",
"computed_type": "size",
"computed_value": "0.75rem"
}
},
"list": [
"$input-color",
"$input-background-color",
"$input-border-color",
"$input-height",
"$input-shadow",
"$input-placeholder-color",
"$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-disabled-placeholder-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"
}

View File

@@ -1,37 +1,51 @@
{
"by_name": {
"$icon-dimensions": {
"name": "$icon-dimensions",
"sass-vars": [
{
"name": "icon-dimensions",
"value": "1.5rem",
"type": "size"
"css-var": "icon-dimensions"
},
"$icon-dimensions-small": {
"name": "$icon-dimensions-small",
{
"name": "icon-dimensions-small",
"value": "1rem",
"type": "size"
"css-var": "icon-dimensions-small"
},
"$icon-dimensions-medium": {
"name": "$icon-dimensions-medium",
{
"name": "icon-dimensions-medium",
"value": "2rem",
"type": "size"
"css-var": "icon-dimensions-medium"
},
"$icon-dimensions-large": {
"name": "$icon-dimensions-large",
{
"name": "icon-dimensions-large",
"value": "3rem",
"type": "size"
"css-var": "icon-dimensions-large"
},
"$icon-text-spacing": {
"name": "$icon-text-spacing",
{
"name": "icon-text-spacing",
"value": "0.25em",
"type": "size"
"css-var": "icon-text-spacing"
}
},
"list": [
"$icon-dimensions",
"$icon-dimensions-small",
"$icon-dimensions-medium",
"$icon-dimensions-large",
"$icon-text-spacing"
],
"file_path": "elements/icon.sass"
"css-vars": [
{
"name": "icon-dimensions",
"value": "1.5rem"
},
{
"name": "icon-dimensions-small",
"value": "1rem"
},
{
"name": "icon-dimensions-medium",
"value": "2rem"
},
{
"name": "icon-dimensions-large",
"value": "3rem"
},
{
"name": "icon-text-spacing",
"value": "0.25em"
}
]
}

View File

@@ -1,13 +1,9 @@
{
"by_name": {
"$dimensions": {
"name": "$dimensions",
"value": "16 24 32 48 64 96 128",
"type": "string"
"sass-vars": [
{
"name": "dimensions",
"value": "16 24 32 48 64 96 128"
}
},
"list": [
"$dimensions"
],
"file_path": "elements/image.sass"
"css-vars": []
}

View File

@@ -0,0 +1,4 @@
{
"sass-vars": [],
"css-vars": []
}

View File

@@ -1,57 +1,53 @@
{
"by_name": {
"$notification-background-color": {
"name": "$notification-background-color",
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
"sass-vars": [
{
"name": "notification-code-background-color",
"value": "var(--bulma-scheme-main)",
"css-var": "notification-code-background-color"
},
"$notification-code-background-color": {
"name": "$notification-code-background-color",
"value": "$scheme-main",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
{
"name": "notification-radius",
"value": "var(--bulma-radius)",
"css-var": "notification-radius"
},
"$notification-radius": {
"name": "$notification-radius",
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
{
"name": "notification-padding",
"value": "1.375em 1.5em",
"css-var": "notification-padding"
},
"$notification-padding": {
"name": "$notification-padding",
"value": "1.25rem 2.5rem 1.25rem 1.5rem",
"type": "size"
},
"$notification-padding-ltr": {
"name": "$notification-padding-ltr",
"value": "1.25rem 2.5rem 1.25rem 1.5rem",
"type": "size"
},
"$notification-padding-rtl": {
"name": "$notification-padding-rtl",
"value": "1.25rem 1.5rem 1.25rem 2.5rem",
"type": "size"
},
"$notification-colors": {
"name": "$notification-colors",
"value": "$colors",
"type": "variable",
"computed_type": "map",
"computed_value": "Bulma colors"
{
"name": "notification-colors",
"value": "dv.$colors"
}
},
"list": [
"$notification-background-color",
"$notification-code-background-color",
"$notification-radius",
"$notification-padding",
"$notification-padding-ltr",
"$notification-padding-rtl",
"$notification-colors"
],
"file_path": "elements/notification.sass"
"css-vars": [
{
"name": "notification-h",
"value": "#{cv.getVar(\"scheme-h\")},"
},
{
"name": "notification-s",
"value": "#{cv.getVar(\"scheme-s\")},"
},
{
"name": "notification-background-l",
"value": "#{cv.getVar(\"background-l\")},"
},
{
"name": "notification-color-l",
"value": "#{cv.getVar(\"text-strong-l\")},"
},
{
"name": "notification-code-background-color",
"value": "var(--bulma-scheme-main)"
},
{
"name": "notification-radius",
"value": "var(--bulma-radius)"
},
{
"name": "notification-padding",
"value": "1.375em 1.5em"
}
]
}

View File

@@ -1,45 +1,46 @@
{
"by_name": {
"$progress-bar-background-color": {
"name": "$progress-bar-background-color",
"value": "$border-light",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 93%)"
"sass-vars": [
{
"name": "progress-bar-background-color",
"value": "var(--bulma-border-weak)",
"css-var": "progress-bar-background-color"
},
"$progress-value-background-color": {
"name": "$progress-value-background-color",
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
{
"name": "progress-value-background-color",
"value": "var(--bulma-text)",
"css-var": "progress-value-background-color"
},
"$progress-border-radius": {
"name": "$progress-border-radius",
"value": "$radius-rounded",
"type": "variable",
"computed_type": "size",
"computed_value": "9999px"
{
"name": "progress-border-radius",
"value": "var(--bulma-radius-rounded)",
"css-var": "progress-border-radius"
},
"$progress-indeterminate-duration": {
"name": "$progress-indeterminate-duration",
{
"name": "progress-indeterminate-duration",
"value": "1.5s",
"type": "string"
"css-var": "progress-indeterminate-duration"
},
"$progress-colors": {
"name": "$progress-colors",
"value": "$colors",
"type": "variable",
"computed_type": "map",
"computed_value": "Bulma colors"
{
"name": "progress-colors",
"value": "dv.$colors"
}
},
"list": [
"$progress-bar-background-color",
"$progress-value-background-color",
"$progress-border-radius",
"$progress-indeterminate-duration",
"$progress-colors"
],
"file_path": "elements/progress.sass"
"css-vars": [
{
"name": "progress-border-radius",
"value": "var(--bulma-radius-rounded)"
},
{
"name": "progress-bar-background-color",
"value": "var(--bulma-border-weak)"
},
{
"name": "progress-value-background-color",
"value": "var(--bulma-text)"
},
{
"name": "progress-indeterminate-duration",
"value": "1.5s"
}
]
}

View File

@@ -1,149 +1,190 @@
{
"by_name": {
"$table-color": {
"name": "$table-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
"sass-vars": [
{
"name": "table-color",
"value": "var(--bulma-text-strong)",
"css-var": "table-color"
},
"$table-background-color": {
"name": "$table-background-color",
"value": "$scheme-main",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
{
"name": "table-background-color",
"value": "var(--bulma-scheme-main)",
"css-var": "table-background-color"
},
"$table-cell-border": {
"name": "$table-cell-border",
"value": "1px solid $border",
"type": "size"
{
"name": "table-cell-border-color",
"value": "var(--bulma-border)",
"css-var": "table-cell-border-color"
},
"$table-cell-border-width": {
"name": "$table-cell-border-width",
{
"name": "table-cell-border-style",
"value": "solid",
"css-var": "table-cell-border-style"
},
{
"name": "table-cell-border-width",
"value": "0 0 1px",
"type": "size"
"css-var": "table-cell-border-width"
},
"$table-cell-padding": {
"name": "$table-cell-padding",
{
"name": "table-cell-padding",
"value": "0.5em 0.75em",
"type": "size"
"css-var": "table-cell-padding"
},
"$table-cell-heading-color": {
"name": "$table-cell-heading-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "table-cell-heading-color",
"value": "var(--bulma-text-strong)",
"css-var": "table-cell-heading-color"
},
"$table-cell-text-align": {
"name": "$table-cell-text-align",
{
"name": "table-cell-text-align",
"value": "left",
"type": "string"
"css-var": "table-cell-text-align"
},
"$table-head-cell-border-width": {
"name": "$table-head-cell-border-width",
{
"name": "table-head-cell-border-width",
"value": "0 0 2px",
"type": "size"
"css-var": "table-head-cell-border-width"
},
"$table-head-cell-color": {
"name": "$table-head-cell-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "table-head-cell-color",
"value": "var(--bulma-text-strong)",
"css-var": "table-head-cell-color"
},
"$table-foot-cell-border-width": {
"name": "$table-foot-cell-border-width",
{
"name": "table-foot-cell-border-width",
"value": "2px 0 0",
"type": "size"
"css-var": "table-foot-cell-border-width"
},
"$table-foot-cell-color": {
"name": "$table-foot-cell-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "table-foot-cell-color",
"value": "var(--bulma-text-strong)",
"css-var": "table-foot-cell-color"
},
"$table-head-background-color": {
"name": "$table-head-background-color",
{
"name": "table-head-background-color",
"value": "transparent",
"type": "string"
"css-var": "table-head-background-color"
},
"$table-body-background-color": {
"name": "$table-body-background-color",
{
"name": "table-body-background-color",
"value": "transparent",
"type": "string"
"css-var": "table-body-background-color"
},
"$table-foot-background-color": {
"name": "$table-foot-background-color",
{
"name": "table-foot-background-color",
"value": "transparent",
"type": "string"
"css-var": "table-foot-background-color"
},
"$table-row-hover-background-color": {
"name": "$table-row-hover-background-color",
"value": "$scheme-main-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
{
"name": "table-row-hover-background-color",
"value": "var(--bulma-scheme-main-bis)",
"css-var": "table-row-hover-background-color"
},
"$table-row-active-background-color": {
"name": "$table-row-active-background-color",
"value": "$primary",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(171, 100%, 41%)"
{
"name": "table-row-active-background-color",
"value": "var(--bulma-primary)",
"css-var": "table-row-active-background-color"
},
"$table-row-active-color": {
"name": "$table-row-active-color",
"value": "$primary-invert",
"type": "variable",
"computed_type": "color",
"computed_value": "#fff"
{
"name": "table-row-active-color",
"value": "var(--bulma-primary-invert)",
"css-var": "table-row-active-color"
},
"$table-striped-row-even-background-color": {
"name": "$table-striped-row-even-background-color",
"value": "$scheme-main-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
{
"name": "table-striped-row-even-background-color",
"value": "var(--bulma-scheme-main-bis)",
"css-var": "table-striped-row-even-background-color"
},
"$table-striped-row-even-hover-background-color": {
"name": "$table-striped-row-even-hover-background-color",
"value": "$scheme-main-ter",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
{
"name": "table-striped-row-even-hover-background-color",
"value": "cv.getVar(\n \"scheme-main-ter\"\n)",
"css-var": "table-striped-row-even-hover-background-color"
},
"$table-colors": {
"name": "$table-colors",
"value": "$colors",
"type": "variable",
"computed_type": "map",
"computed_value": "Bulma colors"
{
"name": "table-colors",
"value": "dv.$colors"
}
},
"list": [
"$table-color",
"$table-background-color",
"$table-cell-border",
"$table-cell-border-width",
"$table-cell-padding",
"$table-cell-heading-color",
"$table-cell-text-align",
"$table-head-cell-border-width",
"$table-head-cell-color",
"$table-foot-cell-border-width",
"$table-foot-cell-color",
"$table-head-background-color",
"$table-body-background-color",
"$table-foot-background-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",
"$table-colors"
],
"file_path": "elements/table.sass"
"css-vars": [
{
"name": "table-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "table-background-color",
"value": "var(--bulma-scheme-main)"
},
{
"name": "table-cell-border-color",
"value": "var(--bulma-border)"
},
{
"name": "table-cell-border-style",
"value": "solid"
},
{
"name": "table-cell-border-width",
"value": "0 0 1px"
},
{
"name": "table-cell-padding",
"value": "0.5em 0.75em"
},
{
"name": "table-cell-heading-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "table-cell-text-align",
"value": "left"
},
{
"name": "table-head-cell-border-width",
"value": "0 0 2px"
},
{
"name": "table-head-cell-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "table-foot-cell-border-width",
"value": "2px 0 0"
},
{
"name": "table-foot-cell-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "table-head-background-color",
"value": "transparent"
},
{
"name": "table-body-background-color",
"value": "transparent"
},
{
"name": "table-foot-background-color",
"value": "transparent"
},
{
"name": "table-row-hover-background-color",
"value": "var(--bulma-scheme-main-bis)"
},
{
"name": "table-row-active-background-color",
"value": "var(--bulma-primary)"
},
{
"name": "table-row-active-color",
"value": "var(--bulma-primary-invert)"
},
{
"name": "table-striped-row-even-background-color",
"value": "var(--bulma-scheme-main-bis)"
},
{
"name": "table-striped-row-even-hover-background-color",
"value": "cv.getVar(\n \"scheme-main-ter\"\n)"
}
]
}

View File

@@ -1,45 +1,56 @@
{
"by_name": {
"$tag-background-color": {
"name": "$tag-background-color",
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
"sass-vars": [
{
"name": "tag-radius",
"value": "var(--bulma-radius)",
"css-var": "tag-radius"
},
"$tag-color": {
"name": "$tag-color",
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$tag-radius": {
"name": "$tag-radius",
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"$tag-delete-margin": {
"name": "$tag-delete-margin",
{
"name": "tag-delete-margin",
"value": "1px",
"type": "size"
"css-var": "tag-delete-margin"
},
"$tag-colors": {
"name": "$tag-colors",
"value": "$colors",
"type": "variable",
"computed_type": "map",
"computed_value": "Bulma colors"
{
"name": "tag-colors",
"value": "dv.$colors"
}
},
"list": [
"$tag-background-color",
"$tag-color",
"$tag-radius",
"$tag-delete-margin",
"$tag-colors"
],
"file_path": "elements/tag.sass"
"css-vars": [
{
"name": "tag-h",
"value": "#{$tag-h},"
},
{
"name": "tag-s",
"value": "#{$tag-s},"
},
{
"name": "tag-background-l",
"value": "#{$tag-background-l},"
},
{
"name": "tag-background-l-delta",
"value": "#{$tag-background-l-delta},"
},
{
"name": "tag-hover-background-l-delta",
"value": "#{$tag-hover-background-l-delta},"
},
{
"name": "tag-active-background-l-delta",
"value": "#{$tag-active-background-l-delta},"
},
{
"name": "tag-color-l",
"value": "#{$tag-color-l},"
},
{
"name": "tag-radius",
"value": "var(--bulma-radius)"
},
{
"name": "tag-delete-margin",
"value": "1px"
}
]
}

View File

@@ -1,125 +1,150 @@
{
"by_name": {
"$title-color": {
"name": "$title-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
"sass-vars": [
{
"name": "title-color",
"value": "var(--bulma-text-strong)",
"css-var": "title-color"
},
"$title-family": {
"name": "$title-family",
{
"name": "title-family",
"value": "false",
"type": "boolean"
"css-var": "title-family"
},
"$title-size": {
"name": "$title-size",
"value": "$size-3",
"type": "variable",
"computed_type": "size",
"computed_value": "2rem"
{
"name": "title-size",
"value": "var(--bulma-size-3)",
"css-var": "title-size"
},
"$title-weight": {
"name": "$title-weight",
"value": "$weight-semibold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "600"
{
"name": "title-weight",
"value": "var(--bulma-weight-extrabold)",
"css-var": "title-weight"
},
"$title-line-height": {
"name": "$title-line-height",
{
"name": "title-line-height",
"value": "1.125",
"type": "unitless"
"css-var": "title-line-height"
},
"$title-strong-color": {
"name": "$title-strong-color",
{
"name": "title-strong-color",
"value": "inherit",
"type": "string"
"css-var": "title-strong-color"
},
"$title-strong-weight": {
"name": "$title-strong-weight",
{
"name": "title-strong-weight",
"value": "inherit",
"type": "string"
"css-var": "title-strong-weight"
},
"$title-sub-size": {
"name": "$title-sub-size",
{
"name": "title-sub-size",
"value": "0.75em",
"type": "size"
"css-var": "title-sub-size"
},
"$title-sup-size": {
"name": "$title-sup-size",
{
"name": "title-sup-size",
"value": "0.75em",
"type": "size"
"css-var": "title-sup-size"
},
"$subtitle-color": {
"name": "$subtitle-color",
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
{
"name": "subtitle-color",
"value": "var(--bulma-text)",
"css-var": "subtitle-color"
},
"$subtitle-family": {
"name": "$subtitle-family",
{
"name": "subtitle-family",
"value": "false",
"type": "boolean"
"css-var": "subtitle-family"
},
"$subtitle-size": {
"name": "$subtitle-size",
"value": "$size-5",
"type": "variable",
"computed_type": "size",
"computed_value": "1.25rem"
{
"name": "subtitle-size",
"value": "var(--bulma-size-5)",
"css-var": "subtitle-size"
},
"$subtitle-weight": {
"name": "$subtitle-weight",
"value": "$weight-normal",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "400"
{
"name": "subtitle-weight",
"value": "var(--bulma-weight-normal)",
"css-var": "subtitle-weight"
},
"$subtitle-line-height": {
"name": "$subtitle-line-height",
{
"name": "subtitle-line-height",
"value": "1.25",
"type": "unitless"
"css-var": "subtitle-line-height"
},
"$subtitle-strong-color": {
"name": "$subtitle-strong-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "subtitle-strong-color",
"value": "var(--bulma-text-strong)",
"css-var": "subtitle-strong-color"
},
"$subtitle-strong-weight": {
"name": "$subtitle-strong-weight",
"value": "$weight-semibold",
"type": "variable",
"computed_type": "font-weight",
"computed_value": "600"
},
"$subtitle-negative-margin": {
"name": "$subtitle-negative-margin",
"value": "-1.25rem",
"type": "size"
{
"name": "subtitle-strong-weight",
"value": "var(--bulma-weight-semibold)",
"css-var": "subtitle-strong-weight"
}
},
"list": [
"$title-color",
"$title-family",
"$title-size",
"$title-weight",
"$title-line-height",
"$title-strong-color",
"$title-strong-weight",
"$title-sub-size",
"$title-sup-size",
"$subtitle-color",
"$subtitle-family",
"$subtitle-size",
"$subtitle-weight",
"$subtitle-line-height",
"$subtitle-strong-color",
"$subtitle-strong-weight",
"$subtitle-negative-margin"
],
"file_path": "elements/title.sass"
"css-vars": [
{
"name": "title-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "title-family",
"value": "false"
},
{
"name": "title-size",
"value": "var(--bulma-size-3)"
},
{
"name": "title-weight",
"value": "var(--bulma-weight-extrabold)"
},
{
"name": "title-line-height",
"value": "1.125"
},
{
"name": "title-strong-color",
"value": "inherit"
},
{
"name": "title-strong-weight",
"value": "inherit"
},
{
"name": "title-sub-size",
"value": "0.75em"
},
{
"name": "title-sup-size",
"value": "0.75em"
},
{
"name": "subtitle-color",
"value": "var(--bulma-text)"
},
{
"name": "subtitle-family",
"value": "false"
},
{
"name": "subtitle-size",
"value": "var(--bulma-size-5)"
},
{
"name": "subtitle-weight",
"value": "var(--bulma-weight-normal)"
},
{
"name": "subtitle-line-height",
"value": "1.25"
},
{
"name": "subtitle-strong-color",
"value": "var(--bulma-text-strong)"
},
{
"name": "subtitle-strong-weight",
"value": "var(--bulma-weight-semibold)"
}
]
}