mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Update variables include template
This commit is contained in:
@@ -1,50 +1,69 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "menu",
|
||||
"file_relative_path": "components/menu.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 10,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/menu.sass#L1,L10",
|
||||
"vars": {
|
||||
"menu-item-color": {
|
||||
"id": "menu-item-color",
|
||||
"by_name": {
|
||||
"$menu-item-color": {
|
||||
"name": "$menu-item-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"menu-item-radius": {
|
||||
"id": "menu-item-radius",
|
||||
"$menu-item-radius": {
|
||||
"name": "$menu-item-radius",
|
||||
"value": "$radius-small"
|
||||
"value": "$radius-small",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "2px"
|
||||
},
|
||||
"menu-item-hover-color": {
|
||||
"id": "menu-item-hover-color",
|
||||
"$menu-item-hover-color": {
|
||||
"name": "$menu-item-hover-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"menu-item-hover-background-color": {
|
||||
"id": "menu-item-hover-background-color",
|
||||
"$menu-item-hover-background-color": {
|
||||
"name": "$menu-item-hover-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"menu-item-active-color": {
|
||||
"id": "menu-item-active-color",
|
||||
"$menu-item-active-color": {
|
||||
"name": "$menu-item-active-color",
|
||||
"value": "$link-invert"
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
},
|
||||
"menu-item-active-background-color": {
|
||||
"id": "menu-item-active-background-color",
|
||||
"$menu-item-active-background-color": {
|
||||
"name": "$menu-item-active-background-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"menu-list-border-left": {
|
||||
"id": "menu-list-border-left",
|
||||
"$menu-list-border-left": {
|
||||
"name": "$menu-list-border-left",
|
||||
"value": "1px solid $border"
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
},
|
||||
"menu-label-color": {
|
||||
"id": "menu-label-color",
|
||||
"$menu-label-color": {
|
||||
"name": "$menu-label-color",
|
||||
"value": "$text-light"
|
||||
"value": "$text-light",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 48%)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$menu-item-color",
|
||||
"$menu-item-radius",
|
||||
"$menu-item-hover-color",
|
||||
"$menu-item-hover-background-color",
|
||||
"$menu-item-active-color",
|
||||
"$menu-item-active-background-color",
|
||||
"$menu-list-border-left",
|
||||
"$menu-label-color"
|
||||
],
|
||||
"file_path": "components/menu.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user