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

@@ -1,51 +1,60 @@
{
"by_name": {
"$breadcrumb-item-color": {
"name": "$breadcrumb-item-color",
"value": "$link",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(229, 53%, 53%)"
"sass-vars": [
{
"name": "breadcrumb-item-color",
"value": "var(--bulma-link-text)",
"css-var": "breadcrumb-item-color"
},
"$breadcrumb-item-hover-color": {
"name": "$breadcrumb-item-hover-color",
"value": "$link-hover",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "breadcrumb-item-hover-color",
"value": "var(--bulma-link-text-hover)",
"css-var": "breadcrumb-item-hover-color"
},
"$breadcrumb-item-active-color": {
"name": "$breadcrumb-item-active-color",
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
{
"name": "breadcrumb-item-active-color",
"value": "var(--bulma-link-text-active)",
"css-var": "breadcrumb-item-active-color"
},
"$breadcrumb-item-padding-vertical": {
"name": "$breadcrumb-item-padding-vertical",
{
"name": "breadcrumb-item-padding-vertical",
"value": "0",
"type": "string"
"css-var": "breadcrumb-item-padding-vertical"
},
"$breadcrumb-item-padding-horizontal": {
"name": "$breadcrumb-item-padding-horizontal",
{
"name": "breadcrumb-item-padding-horizontal",
"value": "0.75em",
"type": "size"
"css-var": "breadcrumb-item-padding-horizontal"
},
"$breadcrumb-item-separator-color": {
"name": "$breadcrumb-item-separator-color",
"value": "$border-hover",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 71%)"
{
"name": "breadcrumb-item-separator-color",
"value": "var(--bulma-border)",
"css-var": "breadcrumb-item-separator-color"
}
},
"list": [
"$breadcrumb-item-color",
"$breadcrumb-item-hover-color",
"$breadcrumb-item-active-color",
"$breadcrumb-item-padding-vertical",
"$breadcrumb-item-padding-horizontal",
"$breadcrumb-item-separator-color"
],
"file_path": "components/breadcrumb.sass"
"css-vars": [
{
"name": "breadcrumb-item-color",
"value": "var(--bulma-link-text)"
},
{
"name": "breadcrumb-item-hover-color",
"value": "var(--bulma-link-text-hover)"
},
{
"name": "breadcrumb-item-active-color",
"value": "var(--bulma-link-text-active)"
},
{
"name": "breadcrumb-item-padding-vertical",
"value": "0"
},
{
"name": "breadcrumb-item-padding-horizontal",
"value": "0.75em"
},
{
"name": "breadcrumb-item-separator-color",
"value": "var(--bulma-border)"
}
]
}