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:
@@ -1,30 +1,51 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "breadcrumb",
|
||||
"file_relative_path": "components/breadcrumb.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 5,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/breadcrumb.sass#L1,L5",
|
||||
"vars": {
|
||||
"breadcrumb-item-color": {
|
||||
"id": "breadcrumb-item-color",
|
||||
"by_name": {
|
||||
"$breadcrumb-item-color": {
|
||||
"name": "$breadcrumb-item-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"breadcrumb-item-hover-color": {
|
||||
"id": "breadcrumb-item-hover-color",
|
||||
"$breadcrumb-item-hover-color": {
|
||||
"name": "$breadcrumb-item-hover-color",
|
||||
"value": "$link-hover"
|
||||
"value": "$link-hover",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"breadcrumb-item-active-color": {
|
||||
"id": "breadcrumb-item-active-color",
|
||||
"$breadcrumb-item-active-color": {
|
||||
"name": "$breadcrumb-item-active-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"breadcrumb-item-separator-color": {
|
||||
"id": "breadcrumb-item-separator-color",
|
||||
"$breadcrumb-item-padding-vertical": {
|
||||
"name": "$breadcrumb-item-padding-vertical",
|
||||
"value": "0",
|
||||
"type": "string"
|
||||
},
|
||||
"$breadcrumb-item-padding-horizontal": {
|
||||
"name": "$breadcrumb-item-padding-horizontal",
|
||||
"value": "0.75em",
|
||||
"type": "size"
|
||||
},
|
||||
"$breadcrumb-item-separator-color": {
|
||||
"name": "$breadcrumb-item-separator-color",
|
||||
"value": "$text"
|
||||
"value": "$grey-light",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 71%)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user