mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Init v1
This commit is contained in:
@@ -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)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user