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:
5
docs/_data/variables/components/_all.json
Normal file
5
docs/_data/variables/components/_all.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "components/_all.sass"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1,60 +1,75 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "card",
|
||||
"file_relative_path": "components/card.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 9,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/card.sass#L1,L9",
|
||||
"vars": {
|
||||
"card-color": {
|
||||
"id": "card-color",
|
||||
"by_name": {
|
||||
"$card-color": {
|
||||
"name": "$card-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"card-background-color": {
|
||||
"id": "card-background-color",
|
||||
"$card-background-color": {
|
||||
"name": "$card-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"card-shadow": {
|
||||
"id": "card-shadow",
|
||||
"$card-shadow": {
|
||||
"name": "$card-shadow",
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)"
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
},
|
||||
"card-header-color": {
|
||||
"id": "card-header-color",
|
||||
"name": "$card-header-color",
|
||||
"value": "$text-strong"
|
||||
},
|
||||
"card-header-shadow": {
|
||||
"id": "card-header-shadow",
|
||||
"name": "$card-header-shadow",
|
||||
"value": "0 1px 2px rgba($black, 0.1)"
|
||||
},
|
||||
"card-header-weight": {
|
||||
"id": "card-header-weight",
|
||||
"name": "$card-header-weight",
|
||||
"value": "$weight-bold"
|
||||
},
|
||||
"card-header-background-color": {
|
||||
"id": "card-header-background-color",
|
||||
"$card-header-background-color": {
|
||||
"name": "$card-header-background-color",
|
||||
"value": "transparent"
|
||||
"value": "transparent",
|
||||
"type": "string"
|
||||
},
|
||||
"card-content-background-color": {
|
||||
"id": "card-content-background-color",
|
||||
"$card-header-color": {
|
||||
"name": "$card-header-color",
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"$card-header-shadow": {
|
||||
"name": "$card-header-shadow",
|
||||
"value": "0 1px 2px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
},
|
||||
"$card-header-weight": {
|
||||
"name": "$card-header-weight",
|
||||
"value": "$weight-bold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "700"
|
||||
},
|
||||
"$card-content-background-color": {
|
||||
"name": "$card-content-background-color",
|
||||
"value": "transparent"
|
||||
"value": "transparent",
|
||||
"type": "string"
|
||||
},
|
||||
"card-footer-border-top": {
|
||||
"id": "card-footer-border-top",
|
||||
"name": "$card-footer-border-top",
|
||||
"value": "1px solid $border"
|
||||
},
|
||||
"card-footer-background-color": {
|
||||
"id": "card-footer-background-color",
|
||||
"$card-footer-background-color": {
|
||||
"name": "$card-footer-background-color",
|
||||
"value": "transparent"
|
||||
"value": "transparent",
|
||||
"type": "string"
|
||||
},
|
||||
"$card-footer-border-top": {
|
||||
"name": "$card-footer-border-top",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$card-color",
|
||||
"$card-background-color",
|
||||
"$card-shadow",
|
||||
"$card-header-background-color",
|
||||
"$card-header-color",
|
||||
"$card-header-shadow",
|
||||
"$card-header-weight",
|
||||
"$card-content-background-color",
|
||||
"$card-footer-background-color",
|
||||
"$card-footer-border-top"
|
||||
],
|
||||
"file_path": "components/card.sass"
|
||||
}
|
||||
@@ -1,70 +1,97 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "dropdown",
|
||||
"file_relative_path": "components/dropdown.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 14,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/dropdown.sass#L1,L14",
|
||||
"vars": {
|
||||
"dropdown-content-background-color": {
|
||||
"id": "dropdown-content-background-color",
|
||||
"by_name": {
|
||||
"$dropdown-content-background-color": {
|
||||
"name": "$dropdown-content-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"dropdown-content-arrow": {
|
||||
"id": "dropdown-content-arrow",
|
||||
"$dropdown-content-arrow": {
|
||||
"name": "$dropdown-content-arrow",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"dropdown-content-offset": {
|
||||
"id": "dropdown-content-offset",
|
||||
"$dropdown-content-offset": {
|
||||
"name": "$dropdown-content-offset",
|
||||
"value": "4px"
|
||||
"value": "4px",
|
||||
"type": "size"
|
||||
},
|
||||
"dropdown-content-radius": {
|
||||
"id": "dropdown-content-radius",
|
||||
"$dropdown-content-radius": {
|
||||
"name": "$dropdown-content-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"dropdown-content-shadow": {
|
||||
"id": "dropdown-content-shadow",
|
||||
"$dropdown-content-shadow": {
|
||||
"name": "$dropdown-content-shadow",
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)"
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
},
|
||||
"dropdown-content-z": {
|
||||
"id": "dropdown-content-z",
|
||||
"$dropdown-content-z": {
|
||||
"name": "$dropdown-content-z",
|
||||
"value": "20"
|
||||
"value": "20",
|
||||
"type": "string"
|
||||
},
|
||||
"dropdown-item-color": {
|
||||
"id": "dropdown-item-color",
|
||||
"$dropdown-item-color": {
|
||||
"name": "$dropdown-item-color",
|
||||
"value": "$grey-dark"
|
||||
"value": "$grey-dark",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"dropdown-item-hover-color": {
|
||||
"id": "dropdown-item-hover-color",
|
||||
"$dropdown-item-hover-color": {
|
||||
"name": "$dropdown-item-hover-color",
|
||||
"value": "$black"
|
||||
"value": "$black",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 4%)"
|
||||
},
|
||||
"dropdown-item-hover-background-color": {
|
||||
"id": "dropdown-item-hover-background-color",
|
||||
"$dropdown-item-hover-background-color": {
|
||||
"name": "$dropdown-item-hover-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"dropdown-item-active-color": {
|
||||
"id": "dropdown-item-active-color",
|
||||
"$dropdown-item-active-color": {
|
||||
"name": "$dropdown-item-active-color",
|
||||
"value": "$link-invert"
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
},
|
||||
"dropdown-item-active-background-color": {
|
||||
"id": "dropdown-item-active-background-color",
|
||||
"$dropdown-item-active-background-color": {
|
||||
"name": "$dropdown-item-active-background-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"dropdown-divider-background-color": {
|
||||
"id": "dropdown-divider-background-color",
|
||||
"$dropdown-divider-background-color": {
|
||||
"name": "$dropdown-divider-background-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$dropdown-content-background-color",
|
||||
"$dropdown-content-arrow",
|
||||
"$dropdown-content-offset",
|
||||
"$dropdown-content-radius",
|
||||
"$dropdown-content-shadow",
|
||||
"$dropdown-content-z",
|
||||
"$dropdown-item-color",
|
||||
"$dropdown-item-hover-color",
|
||||
"$dropdown-item-hover-background-color",
|
||||
"$dropdown-item-active-color",
|
||||
"$dropdown-item-active-background-color",
|
||||
"$dropdown-divider-background-color"
|
||||
],
|
||||
"file_path": "components/dropdown.sass"
|
||||
}
|
||||
5
docs/_data/variables/components/level.json
Normal file
5
docs/_data/variables/components/level.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "components/level.sass"
|
||||
}
|
||||
5
docs/_data/variables/components/media.json
Normal file
5
docs/_data/variables/components/media.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "components/media.sass"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1,70 +1,117 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "message",
|
||||
"file_relative_path": "components/message.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 15,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/message.sass#L1,L15",
|
||||
"vars": {
|
||||
"message-background-color": {
|
||||
"id": "message-background-color",
|
||||
"by_name": {
|
||||
"$message-background-color": {
|
||||
"name": "$message-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"message-radius": {
|
||||
"id": "message-radius",
|
||||
"$message-radius": {
|
||||
"name": "$message-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"message-header-background-color": {
|
||||
"id": "message-header-background-color",
|
||||
"$message-header-background-color": {
|
||||
"name": "$message-header-background-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"message-header-color": {
|
||||
"id": "message-header-color",
|
||||
"$message-header-color": {
|
||||
"name": "$message-header-color",
|
||||
"value": "$text-invert"
|
||||
"value": "$text-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($text)"
|
||||
},
|
||||
"message-header-padding": {
|
||||
"id": "message-header-padding",
|
||||
"$message-header-weight": {
|
||||
"name": "$message-header-weight",
|
||||
"value": "$weight-bold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "700"
|
||||
},
|
||||
"$message-header-padding": {
|
||||
"name": "$message-header-padding",
|
||||
"value": "0.5em 0.75em"
|
||||
"value": "0.75em 1em",
|
||||
"type": "size"
|
||||
},
|
||||
"message-header-radius": {
|
||||
"id": "message-header-radius",
|
||||
"$message-header-radius": {
|
||||
"name": "$message-header-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"message-body-border": {
|
||||
"id": "message-body-border",
|
||||
"name": "$message-body-border",
|
||||
"value": "1px solid $border"
|
||||
"$message-body-border-color": {
|
||||
"name": "$message-body-border-color",
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"message-body-color": {
|
||||
"id": "message-body-color",
|
||||
"$message-body-border-width": {
|
||||
"name": "$message-body-border-width",
|
||||
"value": "0 0 0 4px",
|
||||
"type": "size"
|
||||
},
|
||||
"$message-body-color": {
|
||||
"name": "$message-body-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"message-body-padding": {
|
||||
"id": "message-body-padding",
|
||||
"$message-body-padding": {
|
||||
"name": "$message-body-padding",
|
||||
"value": "1em 1.25em"
|
||||
"value": "1.25em 1.5em",
|
||||
"type": "size"
|
||||
},
|
||||
"message-body-radius": {
|
||||
"id": "message-body-radius",
|
||||
"$message-body-radius": {
|
||||
"name": "$message-body-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"message-body-pre-background-color": {
|
||||
"id": "message-body-pre-background-color",
|
||||
"$message-body-pre-background-color": {
|
||||
"name": "$message-body-pre-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"message-body-pre-code-background-color": {
|
||||
"id": "message-body-pre-code-background-color",
|
||||
"$message-body-pre-code-background-color": {
|
||||
"name": "$message-body-pre-code-background-color",
|
||||
"value": "transparent"
|
||||
"value": "transparent",
|
||||
"type": "string"
|
||||
},
|
||||
"$message-header-body-border-width": {
|
||||
"name": "$message-header-body-border-width",
|
||||
"value": "0",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$message-background-color",
|
||||
"$message-radius",
|
||||
"$message-header-background-color",
|
||||
"$message-header-color",
|
||||
"$message-header-weight",
|
||||
"$message-header-padding",
|
||||
"$message-header-radius",
|
||||
"$message-body-border-color",
|
||||
"$message-body-border-width",
|
||||
"$message-body-color",
|
||||
"$message-body-padding",
|
||||
"$message-body-radius",
|
||||
"$message-body-pre-background-color",
|
||||
"$message-body-pre-code-background-color",
|
||||
"$message-header-body-border-width"
|
||||
],
|
||||
"file_path": "components/message.sass"
|
||||
}
|
||||
@@ -1,115 +1,145 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "modal",
|
||||
"file_relative_path": "components/modal.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 29,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/modal.sass#L1,L29",
|
||||
"vars": {
|
||||
"modal-z": {
|
||||
"id": "modal-z",
|
||||
"by_name": {
|
||||
"$modal-z": {
|
||||
"name": "$modal-z",
|
||||
"value": "20"
|
||||
"value": "40",
|
||||
"type": "string"
|
||||
},
|
||||
"modal-background-background-color": {
|
||||
"id": "modal-background-background-color",
|
||||
"$modal-background-background-color": {
|
||||
"name": "$modal-background-background-color",
|
||||
"value": "rgba($black, 0.86)"
|
||||
"value": "rgba($black, 0.86)",
|
||||
"type": "compound"
|
||||
},
|
||||
"modal-content-width": {
|
||||
"id": "modal-content-width",
|
||||
"$modal-content-width": {
|
||||
"name": "$modal-content-width",
|
||||
"value": "640px"
|
||||
"value": "640px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-content-margin-mobile": {
|
||||
"id": "modal-content-margin-mobile",
|
||||
"$modal-content-margin-mobile": {
|
||||
"name": "$modal-content-margin-mobile",
|
||||
"value": "20px"
|
||||
"value": "20px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-content-spacing-mobile": {
|
||||
"id": "modal-content-spacing-mobile",
|
||||
"$modal-content-spacing-mobile": {
|
||||
"name": "$modal-content-spacing-mobile",
|
||||
"value": "160px"
|
||||
"value": "160px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-content-spacing-tablet": {
|
||||
"id": "modal-content-spacing-tablet",
|
||||
"$modal-content-spacing-tablet": {
|
||||
"name": "$modal-content-spacing-tablet",
|
||||
"value": "40px"
|
||||
"value": "40px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-close-dimensions": {
|
||||
"id": "modal-close-dimensions",
|
||||
"$modal-close-dimensions": {
|
||||
"name": "$modal-close-dimensions",
|
||||
"value": "40px"
|
||||
"value": "40px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-close-right": {
|
||||
"id": "modal-close-right",
|
||||
"$modal-close-right": {
|
||||
"name": "$modal-close-right",
|
||||
"value": "20px"
|
||||
"value": "20px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-close-top": {
|
||||
"id": "modal-close-top",
|
||||
"$modal-close-top": {
|
||||
"name": "$modal-close-top",
|
||||
"value": "20px"
|
||||
"value": "20px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-card-spacing": {
|
||||
"id": "modal-card-spacing",
|
||||
"$modal-card-spacing": {
|
||||
"name": "$modal-card-spacing",
|
||||
"value": "40px"
|
||||
"value": "40px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-card-head-background-color": {
|
||||
"id": "modal-card-head-background-color",
|
||||
"$modal-card-head-background-color": {
|
||||
"name": "$modal-card-head-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"modal-card-head-border-bottom": {
|
||||
"id": "modal-card-head-border-bottom",
|
||||
"$modal-card-head-border-bottom": {
|
||||
"name": "$modal-card-head-border-bottom",
|
||||
"value": "1px solid $border"
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
},
|
||||
"modal-card-head-padding": {
|
||||
"id": "modal-card-head-padding",
|
||||
"$modal-card-head-padding": {
|
||||
"name": "$modal-card-head-padding",
|
||||
"value": "20px"
|
||||
"value": "20px",
|
||||
"type": "size"
|
||||
},
|
||||
"modal-card-head-radius": {
|
||||
"id": "modal-card-head-radius",
|
||||
"$modal-card-head-radius": {
|
||||
"name": "$modal-card-head-radius",
|
||||
"value": "$radius-large"
|
||||
"value": "$radius-large",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "6px"
|
||||
},
|
||||
"modal-card-title-color": {
|
||||
"id": "modal-card-title-color",
|
||||
"$modal-card-title-color": {
|
||||
"name": "$modal-card-title-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"modal-card-title-line-height": {
|
||||
"id": "modal-card-title-line-height",
|
||||
"$modal-card-title-line-height": {
|
||||
"name": "$modal-card-title-line-height",
|
||||
"value": "1"
|
||||
"value": "1",
|
||||
"type": "string"
|
||||
},
|
||||
"modal-card-title-size": {
|
||||
"id": "modal-card-title-size",
|
||||
"$modal-card-title-size": {
|
||||
"name": "$modal-card-title-size",
|
||||
"value": "$size-4"
|
||||
"value": "$size-4",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "1.5rem"
|
||||
},
|
||||
"modal-card-foot-radius": {
|
||||
"id": "modal-card-foot-radius",
|
||||
"$modal-card-foot-radius": {
|
||||
"name": "$modal-card-foot-radius",
|
||||
"value": "$radius-large"
|
||||
"value": "$radius-large",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "6px"
|
||||
},
|
||||
"modal-card-foot-border-top": {
|
||||
"id": "modal-card-foot-border-top",
|
||||
"$modal-card-foot-border-top": {
|
||||
"name": "$modal-card-foot-border-top",
|
||||
"value": "1px solid $border"
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
},
|
||||
"modal-card-body-background-color": {
|
||||
"id": "modal-card-body-background-color",
|
||||
"$modal-card-body-background-color": {
|
||||
"name": "$modal-card-body-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"modal-card-body-padding": {
|
||||
"id": "modal-card-body-padding",
|
||||
"$modal-card-body-padding": {
|
||||
"name": "$modal-card-body-padding",
|
||||
"value": "20px"
|
||||
"value": "20px",
|
||||
"type": "size"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$modal-z",
|
||||
"$modal-background-background-color",
|
||||
"$modal-content-width",
|
||||
"$modal-content-margin-mobile",
|
||||
"$modal-content-spacing-mobile",
|
||||
"$modal-content-spacing-tablet",
|
||||
"$modal-close-dimensions",
|
||||
"$modal-close-right",
|
||||
"$modal-close-top",
|
||||
"$modal-card-spacing",
|
||||
"$modal-card-head-background-color",
|
||||
"$modal-card-head-border-bottom",
|
||||
"$modal-card-head-padding",
|
||||
"$modal-card-head-radius",
|
||||
"$modal-card-title-color",
|
||||
"$modal-card-title-line-height",
|
||||
"$modal-card-title-size",
|
||||
"$modal-card-foot-radius",
|
||||
"$modal-card-foot-border-top",
|
||||
"$modal-card-body-background-color",
|
||||
"$modal-card-body-padding"
|
||||
],
|
||||
"file_path": "components/modal.sass"
|
||||
}
|
||||
@@ -1,155 +1,266 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "navbar",
|
||||
"file_relative_path": "components/navbar.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 34,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/navbar.sass#L1,L34",
|
||||
"vars": {
|
||||
"navbar-background-color": {
|
||||
"id": "navbar-background-color",
|
||||
"by_name": {
|
||||
"$navbar-background-color": {
|
||||
"name": "$navbar-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"navbar-height": {
|
||||
"id": "navbar-height",
|
||||
"$navbar-box-shadow-size": {
|
||||
"name": "$navbar-box-shadow-size",
|
||||
"value": "0 2px 0 0",
|
||||
"type": "string"
|
||||
},
|
||||
"$navbar-box-shadow-color": {
|
||||
"name": "$navbar-box-shadow-color",
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"$navbar-height": {
|
||||
"name": "$navbar-height",
|
||||
"value": "3.25rem"
|
||||
"value": "3.25rem",
|
||||
"type": "size"
|
||||
},
|
||||
"navbar-item-color": {
|
||||
"id": "navbar-item-color",
|
||||
"$navbar-padding-vertical": {
|
||||
"name": "$navbar-padding-vertical",
|
||||
"value": "1rem",
|
||||
"type": "size"
|
||||
},
|
||||
"$navbar-padding-horizontal": {
|
||||
"name": "$navbar-padding-horizontal",
|
||||
"value": "2rem",
|
||||
"type": "size"
|
||||
},
|
||||
"$navbar-z": {
|
||||
"name": "$navbar-z",
|
||||
"value": "30",
|
||||
"type": "string"
|
||||
},
|
||||
"$navbar-fixed-z": {
|
||||
"name": "$navbar-fixed-z",
|
||||
"value": "30",
|
||||
"type": "string"
|
||||
},
|
||||
"$navbar-item-color": {
|
||||
"name": "$navbar-item-color",
|
||||
"value": "$grey-dark"
|
||||
"value": "$grey-dark",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"navbar-item-hover-color": {
|
||||
"id": "navbar-item-hover-color",
|
||||
"$navbar-item-hover-color": {
|
||||
"name": "$navbar-item-hover-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"navbar-item-hover-background-color": {
|
||||
"id": "navbar-item-hover-background-color",
|
||||
"$navbar-item-hover-background-color": {
|
||||
"name": "$navbar-item-hover-background-color",
|
||||
"value": "$background"
|
||||
"value": "$white-bis",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 98%)"
|
||||
},
|
||||
"navbar-item-active-color": {
|
||||
"id": "navbar-item-active-color",
|
||||
"$navbar-item-active-color": {
|
||||
"name": "$navbar-item-active-color",
|
||||
"value": "$black"
|
||||
"value": "$black",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 4%)"
|
||||
},
|
||||
"navbar-item-active-background-color": {
|
||||
"id": "navbar-item-active-background-color",
|
||||
"$navbar-item-active-background-color": {
|
||||
"name": "$navbar-item-active-background-color",
|
||||
"value": "transparent"
|
||||
"value": "transparent",
|
||||
"type": "string"
|
||||
},
|
||||
"navbar-item-img-max-height": {
|
||||
"id": "navbar-item-img-max-height",
|
||||
"$navbar-item-img-max-height": {
|
||||
"name": "$navbar-item-img-max-height",
|
||||
"value": "1.75rem"
|
||||
"value": "1.75rem",
|
||||
"type": "size"
|
||||
},
|
||||
"navbar-burger-color": {
|
||||
"id": "navbar-burger-color",
|
||||
"$navbar-burger-color": {
|
||||
"name": "$navbar-burger-color",
|
||||
"value": "$navbar-item-color"
|
||||
"value": "$navbar-item-color",
|
||||
"type": "variable",
|
||||
"computed_type": "string"
|
||||
},
|
||||
"navbar-tab-hover-background-color": {
|
||||
"id": "navbar-tab-hover-background-color",
|
||||
"$navbar-tab-hover-background-color": {
|
||||
"name": "$navbar-tab-hover-background-color",
|
||||
"value": "transparent"
|
||||
"value": "transparent",
|
||||
"type": "string"
|
||||
},
|
||||
"navbar-tab-hover-border-bottom-color": {
|
||||
"id": "navbar-tab-hover-border-bottom-color",
|
||||
"$navbar-tab-hover-border-bottom-color": {
|
||||
"name": "$navbar-tab-hover-border-bottom-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"navbar-tab-active-color": {
|
||||
"id": "navbar-tab-active-color",
|
||||
"$navbar-tab-active-color": {
|
||||
"name": "$navbar-tab-active-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"navbar-tab-active-background-color": {
|
||||
"id": "navbar-tab-active-background-color",
|
||||
"$navbar-tab-active-background-color": {
|
||||
"name": "$navbar-tab-active-background-color",
|
||||
"value": "transparent"
|
||||
"value": "transparent",
|
||||
"type": "string"
|
||||
},
|
||||
"navbar-tab-active-border-bottom-color": {
|
||||
"id": "navbar-tab-active-border-bottom-color",
|
||||
"$navbar-tab-active-border-bottom-color": {
|
||||
"name": "$navbar-tab-active-border-bottom-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"navbar-tab-active-border-bottom-style": {
|
||||
"id": "navbar-tab-active-border-bottom-style",
|
||||
"$navbar-tab-active-border-bottom-style": {
|
||||
"name": "$navbar-tab-active-border-bottom-style",
|
||||
"value": "solid"
|
||||
"value": "solid",
|
||||
"type": "string"
|
||||
},
|
||||
"navbar-tab-active-border-bottom-width": {
|
||||
"id": "navbar-tab-active-border-bottom-width",
|
||||
"$navbar-tab-active-border-bottom-width": {
|
||||
"name": "$navbar-tab-active-border-bottom-width",
|
||||
"value": "3px"
|
||||
"value": "3px",
|
||||
"type": "size"
|
||||
},
|
||||
"navbar-dropdown-background-color": {
|
||||
"id": "navbar-dropdown-background-color",
|
||||
"$navbar-dropdown-background-color": {
|
||||
"name": "$navbar-dropdown-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"navbar-dropdown-border-top": {
|
||||
"id": "navbar-dropdown-border-top",
|
||||
"$navbar-dropdown-border-top": {
|
||||
"name": "$navbar-dropdown-border-top",
|
||||
"value": "1px solid $border"
|
||||
"value": "2px solid $border",
|
||||
"type": "compound"
|
||||
},
|
||||
"navbar-dropdown-offset": {
|
||||
"id": "navbar-dropdown-offset",
|
||||
"$navbar-dropdown-offset": {
|
||||
"name": "$navbar-dropdown-offset",
|
||||
"value": "-4px"
|
||||
"value": "-4px",
|
||||
"type": "size"
|
||||
},
|
||||
"navbar-dropdown-arrow": {
|
||||
"id": "navbar-dropdown-arrow",
|
||||
"$navbar-dropdown-arrow": {
|
||||
"name": "$navbar-dropdown-arrow",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"navbar-dropdown-radius": {
|
||||
"id": "navbar-dropdown-radius",
|
||||
"$navbar-dropdown-radius": {
|
||||
"name": "$navbar-dropdown-radius",
|
||||
"value": "$radius-large"
|
||||
"value": "$radius-large",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "6px"
|
||||
},
|
||||
"navbar-dropdown-z": {
|
||||
"id": "navbar-dropdown-z",
|
||||
"$navbar-dropdown-z": {
|
||||
"name": "$navbar-dropdown-z",
|
||||
"value": "20"
|
||||
"value": "20",
|
||||
"type": "string"
|
||||
},
|
||||
"navbar-dropdown-boxed-radius": {
|
||||
"id": "navbar-dropdown-boxed-radius",
|
||||
"$navbar-dropdown-boxed-radius": {
|
||||
"name": "$navbar-dropdown-boxed-radius",
|
||||
"value": "$radius-large"
|
||||
"value": "$radius-large",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "6px"
|
||||
},
|
||||
"navbar-dropdown-boxed-shadow": {
|
||||
"id": "navbar-dropdown-boxed-shadow",
|
||||
"$navbar-dropdown-boxed-shadow": {
|
||||
"name": "$navbar-dropdown-boxed-shadow",
|
||||
"value": "0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)"
|
||||
"value": "0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
},
|
||||
"navbar-dropdown-item-hover-color": {
|
||||
"id": "navbar-dropdown-item-hover-color",
|
||||
"$navbar-dropdown-item-hover-color": {
|
||||
"name": "$navbar-dropdown-item-hover-color",
|
||||
"value": "$black"
|
||||
"value": "$black",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 4%)"
|
||||
},
|
||||
"navbar-dropdown-item-hover-background-color": {
|
||||
"id": "navbar-dropdown-item-hover-background-color",
|
||||
"$navbar-dropdown-item-hover-background-color": {
|
||||
"name": "$navbar-dropdown-item-hover-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"navbar-dropdown-item-active-color": {
|
||||
"id": "navbar-dropdown-item-active-color",
|
||||
"$navbar-dropdown-item-active-color": {
|
||||
"name": "$navbar-dropdown-item-active-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"navbar-dropdown-item-active-background-color": {
|
||||
"id": "navbar-dropdown-item-active-background-color",
|
||||
"$navbar-dropdown-item-active-background-color": {
|
||||
"name": "$navbar-dropdown-item-active-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"navbar-divider-background-color": {
|
||||
"id": "navbar-divider-background-color",
|
||||
"$navbar-divider-background-color": {
|
||||
"name": "$navbar-divider-background-color",
|
||||
"value": "$border"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"$navbar-divider-height": {
|
||||
"name": "$navbar-divider-height",
|
||||
"value": "2px",
|
||||
"type": "size"
|
||||
},
|
||||
"$navbar-bottom-box-shadow-size": {
|
||||
"name": "$navbar-bottom-box-shadow-size",
|
||||
"value": "0 -2px 0 0",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$navbar-background-color",
|
||||
"$navbar-box-shadow-size",
|
||||
"$navbar-box-shadow-color",
|
||||
"$navbar-height",
|
||||
"$navbar-padding-vertical",
|
||||
"$navbar-padding-horizontal",
|
||||
"$navbar-z",
|
||||
"$navbar-fixed-z",
|
||||
"$navbar-item-color",
|
||||
"$navbar-item-hover-color",
|
||||
"$navbar-item-hover-background-color",
|
||||
"$navbar-item-active-color",
|
||||
"$navbar-item-active-background-color",
|
||||
"$navbar-item-img-max-height",
|
||||
"$navbar-burger-color",
|
||||
"$navbar-tab-hover-background-color",
|
||||
"$navbar-tab-hover-border-bottom-color",
|
||||
"$navbar-tab-active-color",
|
||||
"$navbar-tab-active-background-color",
|
||||
"$navbar-tab-active-border-bottom-color",
|
||||
"$navbar-tab-active-border-bottom-style",
|
||||
"$navbar-tab-active-border-bottom-width",
|
||||
"$navbar-dropdown-background-color",
|
||||
"$navbar-dropdown-border-top",
|
||||
"$navbar-dropdown-offset",
|
||||
"$navbar-dropdown-arrow",
|
||||
"$navbar-dropdown-radius",
|
||||
"$navbar-dropdown-z",
|
||||
"$navbar-dropdown-boxed-radius",
|
||||
"$navbar-dropdown-boxed-shadow",
|
||||
"$navbar-dropdown-item-hover-color",
|
||||
"$navbar-dropdown-item-hover-background-color",
|
||||
"$navbar-dropdown-item-active-color",
|
||||
"$navbar-dropdown-item-active-background-color",
|
||||
"$navbar-divider-background-color",
|
||||
"$navbar-divider-height",
|
||||
"$navbar-bottom-box-shadow-size"
|
||||
],
|
||||
"file_path": "components/navbar.sass"
|
||||
}
|
||||
@@ -1,90 +1,133 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "pagination",
|
||||
"file_relative_path": "components/pagination.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 22,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/pagination.sass#L1,L22",
|
||||
"vars": {
|
||||
"pagination-color": {
|
||||
"id": "pagination-color",
|
||||
"by_name": {
|
||||
"$pagination-color": {
|
||||
"name": "$pagination-color",
|
||||
"value": "$grey-darker"
|
||||
"value": "$grey-darker",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"pagination-border-color": {
|
||||
"id": "pagination-border-color",
|
||||
"$pagination-border-color": {
|
||||
"name": "$pagination-border-color",
|
||||
"value": "$grey-lighter"
|
||||
"value": "$grey-lighter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"pagination-margin": {
|
||||
"id": "pagination-margin",
|
||||
"$pagination-margin": {
|
||||
"name": "$pagination-margin",
|
||||
"value": "-0.25rem"
|
||||
"value": "-0.25rem",
|
||||
"type": "size"
|
||||
},
|
||||
"pagination-hover-color": {
|
||||
"id": "pagination-hover-color",
|
||||
"$pagination-hover-color": {
|
||||
"name": "$pagination-hover-color",
|
||||
"value": "$link-hover"
|
||||
"value": "$link-hover",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"pagination-hover-border-color": {
|
||||
"id": "pagination-hover-border-color",
|
||||
"$pagination-hover-border-color": {
|
||||
"name": "$pagination-hover-border-color",
|
||||
"value": "$link-hover-border"
|
||||
"value": "$link-hover-border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 71%)"
|
||||
},
|
||||
"pagination-focus-color": {
|
||||
"id": "pagination-focus-color",
|
||||
"$pagination-focus-color": {
|
||||
"name": "$pagination-focus-color",
|
||||
"value": "$link-focus"
|
||||
"value": "$link-focus",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"pagination-focus-border-color": {
|
||||
"id": "pagination-focus-border-color",
|
||||
"$pagination-focus-border-color": {
|
||||
"name": "$pagination-focus-border-color",
|
||||
"value": "$link-focus-border"
|
||||
"value": "$link-focus-border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"pagination-active-color": {
|
||||
"id": "pagination-active-color",
|
||||
"$pagination-active-color": {
|
||||
"name": "$pagination-active-color",
|
||||
"value": "$link-active"
|
||||
"value": "$link-active",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"pagination-active-border-color": {
|
||||
"id": "pagination-active-border-color",
|
||||
"$pagination-active-border-color": {
|
||||
"name": "$pagination-active-border-color",
|
||||
"value": "$link-active-border"
|
||||
"value": "$link-active-border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"pagination-disabled-color": {
|
||||
"id": "pagination-disabled-color",
|
||||
"$pagination-disabled-color": {
|
||||
"name": "$pagination-disabled-color",
|
||||
"value": "$grey"
|
||||
"value": "$grey",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 48%)"
|
||||
},
|
||||
"pagination-disabled-background-color": {
|
||||
"id": "pagination-disabled-background-color",
|
||||
"$pagination-disabled-background-color": {
|
||||
"name": "$pagination-disabled-background-color",
|
||||
"value": "$grey-lighter"
|
||||
"value": "$grey-lighter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"pagination-disabled-border-color": {
|
||||
"id": "pagination-disabled-border-color",
|
||||
"$pagination-disabled-border-color": {
|
||||
"name": "$pagination-disabled-border-color",
|
||||
"value": "$grey-lighter"
|
||||
"value": "$grey-lighter",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"pagination-current-color": {
|
||||
"id": "pagination-current-color",
|
||||
"$pagination-current-color": {
|
||||
"name": "$pagination-current-color",
|
||||
"value": "$link-invert"
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
},
|
||||
"pagination-current-background-color": {
|
||||
"id": "pagination-current-background-color",
|
||||
"$pagination-current-background-color": {
|
||||
"name": "$pagination-current-background-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"pagination-current-border-color": {
|
||||
"id": "pagination-current-border-color",
|
||||
"$pagination-current-border-color": {
|
||||
"name": "$pagination-current-border-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"pagination-ellipsis-color": {
|
||||
"id": "pagination-ellipsis-color",
|
||||
"$pagination-ellipsis-color": {
|
||||
"name": "$pagination-ellipsis-color",
|
||||
"value": "$grey-light"
|
||||
"value": "$grey-light",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 71%)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$pagination-color",
|
||||
"$pagination-border-color",
|
||||
"$pagination-margin",
|
||||
"$pagination-hover-color",
|
||||
"$pagination-hover-border-color",
|
||||
"$pagination-focus-color",
|
||||
"$pagination-focus-border-color",
|
||||
"$pagination-active-color",
|
||||
"$pagination-active-border-color",
|
||||
"$pagination-disabled-color",
|
||||
"$pagination-disabled-background-color",
|
||||
"$pagination-disabled-border-color",
|
||||
"$pagination-current-color",
|
||||
"$pagination-current-background-color",
|
||||
"$pagination-current-border-color",
|
||||
"$pagination-ellipsis-color"
|
||||
],
|
||||
"file_path": "components/pagination.sass"
|
||||
}
|
||||
@@ -1,105 +1,149 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "panel",
|
||||
"file_relative_path": "components/panel.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 24,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/panel.sass#L1,L24",
|
||||
"vars": {
|
||||
"panel-item-border": {
|
||||
"id": "panel-item-border",
|
||||
"by_name": {
|
||||
"$panel-item-border": {
|
||||
"name": "$panel-item-border",
|
||||
"value": "1px solid $border"
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
},
|
||||
"panel-heading-background-color": {
|
||||
"id": "panel-heading-background-color",
|
||||
"$panel-heading-background-color": {
|
||||
"name": "$panel-heading-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"panel-heading-color": {
|
||||
"id": "panel-heading-color",
|
||||
"$panel-heading-color": {
|
||||
"name": "$panel-heading-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"panel-heading-line-height": {
|
||||
"id": "panel-heading-line-height",
|
||||
"$panel-heading-line-height": {
|
||||
"name": "$panel-heading-line-height",
|
||||
"value": "1.25"
|
||||
"value": "1.25",
|
||||
"type": "string"
|
||||
},
|
||||
"panel-heading-padding": {
|
||||
"id": "panel-heading-padding",
|
||||
"$panel-heading-padding": {
|
||||
"name": "$panel-heading-padding",
|
||||
"value": "0.5em 0.75em"
|
||||
"value": "0.5em 0.75em",
|
||||
"type": "size"
|
||||
},
|
||||
"panel-heading-radius": {
|
||||
"id": "panel-heading-radius",
|
||||
"$panel-heading-radius": {
|
||||
"name": "$panel-heading-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"panel-heading-size": {
|
||||
"id": "panel-heading-size",
|
||||
"$panel-heading-size": {
|
||||
"name": "$panel-heading-size",
|
||||
"value": "1.25em"
|
||||
"value": "1.25em",
|
||||
"type": "size"
|
||||
},
|
||||
"panel-heading-weight": {
|
||||
"id": "panel-heading-weight",
|
||||
"$panel-heading-weight": {
|
||||
"name": "$panel-heading-weight",
|
||||
"value": "$weight-light"
|
||||
"value": "$weight-light",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "300"
|
||||
},
|
||||
"panel-tab-border-bottom": {
|
||||
"id": "panel-tab-border-bottom",
|
||||
"$panel-tab-border-bottom": {
|
||||
"name": "$panel-tab-border-bottom",
|
||||
"value": "1px solid $border"
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
},
|
||||
"panel-tab-active-border-bottom-color": {
|
||||
"id": "panel-tab-active-border-bottom-color",
|
||||
"$panel-tab-active-border-bottom-color": {
|
||||
"name": "$panel-tab-active-border-bottom-color",
|
||||
"value": "$link-active-border"
|
||||
"value": "$link-active-border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"panel-tab-active-color": {
|
||||
"id": "panel-tab-active-color",
|
||||
"$panel-tab-active-color": {
|
||||
"name": "$panel-tab-active-color",
|
||||
"value": "$link-active"
|
||||
"value": "$link-active",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"panel-list-item-color": {
|
||||
"id": "panel-list-item-color",
|
||||
"$panel-list-item-color": {
|
||||
"name": "$panel-list-item-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"panel-list-item-hover-color": {
|
||||
"id": "panel-list-item-hover-color",
|
||||
"$panel-list-item-hover-color": {
|
||||
"name": "$panel-list-item-hover-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"panel-block-color": {
|
||||
"id": "panel-block-color",
|
||||
"$panel-block-color": {
|
||||
"name": "$panel-block-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"panel-block-hover-background-color": {
|
||||
"id": "panel-block-hover-background-color",
|
||||
"$panel-block-hover-background-color": {
|
||||
"name": "$panel-block-hover-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"panel-block-active-border-left-color": {
|
||||
"id": "panel-block-active-border-left-color",
|
||||
"$panel-block-active-border-left-color": {
|
||||
"name": "$panel-block-active-border-left-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"panel-block-active-color": {
|
||||
"id": "panel-block-active-color",
|
||||
"$panel-block-active-color": {
|
||||
"name": "$panel-block-active-color",
|
||||
"value": "$link-active"
|
||||
"value": "$link-active",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"panel-block-active-icon-color": {
|
||||
"id": "panel-block-active-icon-color",
|
||||
"$panel-block-active-icon-color": {
|
||||
"name": "$panel-block-active-icon-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"panel-icon-color": {
|
||||
"id": "panel-icon-color",
|
||||
"$panel-icon-color": {
|
||||
"name": "$panel-icon-color",
|
||||
"value": "$text-light"
|
||||
"value": "$text-light",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 48%)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$panel-item-border",
|
||||
"$panel-heading-background-color",
|
||||
"$panel-heading-color",
|
||||
"$panel-heading-line-height",
|
||||
"$panel-heading-padding",
|
||||
"$panel-heading-radius",
|
||||
"$panel-heading-size",
|
||||
"$panel-heading-weight",
|
||||
"$panel-tab-border-bottom",
|
||||
"$panel-tab-active-border-bottom-color",
|
||||
"$panel-tab-active-color",
|
||||
"$panel-list-item-color",
|
||||
"$panel-list-item-hover-color",
|
||||
"$panel-block-color",
|
||||
"$panel-block-hover-background-color",
|
||||
"$panel-block-active-border-left-color",
|
||||
"$panel-block-active-color",
|
||||
"$panel-block-active-icon-color",
|
||||
"$panel-icon-color"
|
||||
],
|
||||
"file_path": "components/panel.sass"
|
||||
}
|
||||
@@ -1,130 +1,187 @@
|
||||
{
|
||||
"dir_name": "components",
|
||||
"file_name": "tabs",
|
||||
"file_relative_path": "components/tabs.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 27,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/tabs.sass#L1,L27",
|
||||
"vars": {
|
||||
"tabs-border-bottom-color": {
|
||||
"id": "tabs-border-bottom-color",
|
||||
"by_name": {
|
||||
"$tabs-border-bottom-color": {
|
||||
"name": "$tabs-border-bottom-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"tabs-border-bottom-style": {
|
||||
"id": "tabs-border-bottom-style",
|
||||
"$tabs-border-bottom-style": {
|
||||
"name": "$tabs-border-bottom-style",
|
||||
"value": "solid"
|
||||
"value": "solid",
|
||||
"type": "string"
|
||||
},
|
||||
"tabs-border-bottom-width": {
|
||||
"id": "tabs-border-bottom-width",
|
||||
"$tabs-border-bottom-width": {
|
||||
"name": "$tabs-border-bottom-width",
|
||||
"value": "1px"
|
||||
"value": "1px",
|
||||
"type": "size"
|
||||
},
|
||||
"tabs-link-color": {
|
||||
"id": "tabs-link-color",
|
||||
"$tabs-link-color": {
|
||||
"name": "$tabs-link-color",
|
||||
"value": "$text"
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"tabs-link-hover-border-bottom-color": {
|
||||
"id": "tabs-link-hover-border-bottom-color",
|
||||
"$tabs-link-hover-border-bottom-color": {
|
||||
"name": "$tabs-link-hover-border-bottom-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"tabs-link-hover-color": {
|
||||
"id": "tabs-link-hover-color",
|
||||
"$tabs-link-hover-color": {
|
||||
"name": "$tabs-link-hover-color",
|
||||
"value": "$text-strong"
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"tabs-link-active-border-bottom-color": {
|
||||
"id": "tabs-link-active-border-bottom-color",
|
||||
"$tabs-link-active-border-bottom-color": {
|
||||
"name": "$tabs-link-active-border-bottom-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"tabs-link-active-color": {
|
||||
"id": "tabs-link-active-color",
|
||||
"$tabs-link-active-color": {
|
||||
"name": "$tabs-link-active-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"tabs-link-padding": {
|
||||
"id": "tabs-link-padding",
|
||||
"$tabs-link-padding": {
|
||||
"name": "$tabs-link-padding",
|
||||
"value": "0.5em 1em"
|
||||
"value": "0.5em 1em",
|
||||
"type": "size"
|
||||
},
|
||||
"tabs-boxed-link-radius": {
|
||||
"id": "tabs-boxed-link-radius",
|
||||
"$tabs-boxed-link-radius": {
|
||||
"name": "$tabs-boxed-link-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"tabs-boxed-link-hover-background-color": {
|
||||
"id": "tabs-boxed-link-hover-background-color",
|
||||
"$tabs-boxed-link-hover-background-color": {
|
||||
"name": "$tabs-boxed-link-hover-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"tabs-boxed-link-hover-border-bottom-color": {
|
||||
"id": "tabs-boxed-link-hover-border-bottom-color",
|
||||
"$tabs-boxed-link-hover-border-bottom-color": {
|
||||
"name": "$tabs-boxed-link-hover-border-bottom-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"tabs-boxed-link-active-background-color": {
|
||||
"id": "tabs-boxed-link-active-background-color",
|
||||
"$tabs-boxed-link-active-background-color": {
|
||||
"name": "$tabs-boxed-link-active-background-color",
|
||||
"value": "$white"
|
||||
"value": "$white",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
},
|
||||
"tabs-boxed-link-active-border-color": {
|
||||
"id": "tabs-boxed-link-active-border-color",
|
||||
"$tabs-boxed-link-active-border-color": {
|
||||
"name": "$tabs-boxed-link-active-border-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"tabs-boxed-link-active-border-bottom-color": {
|
||||
"id": "tabs-boxed-link-active-border-bottom-color",
|
||||
"$tabs-boxed-link-active-border-bottom-color": {
|
||||
"name": "$tabs-boxed-link-active-border-bottom-color",
|
||||
"value": "transparent"
|
||||
"value": "transparent",
|
||||
"type": "string"
|
||||
},
|
||||
"tabs-toggle-link-border-color": {
|
||||
"id": "tabs-toggle-link-border-color",
|
||||
"$tabs-toggle-link-border-color": {
|
||||
"name": "$tabs-toggle-link-border-color",
|
||||
"value": "$border"
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"tabs-toggle-link-border-style": {
|
||||
"id": "tabs-toggle-link-border-style",
|
||||
"$tabs-toggle-link-border-style": {
|
||||
"name": "$tabs-toggle-link-border-style",
|
||||
"value": "solid"
|
||||
"value": "solid",
|
||||
"type": "string"
|
||||
},
|
||||
"tabs-toggle-link-border-width": {
|
||||
"id": "tabs-toggle-link-border-width",
|
||||
"$tabs-toggle-link-border-width": {
|
||||
"name": "$tabs-toggle-link-border-width",
|
||||
"value": "1px"
|
||||
"value": "1px",
|
||||
"type": "size"
|
||||
},
|
||||
"tabs-toggle-link-hover-background-color": {
|
||||
"id": "tabs-toggle-link-hover-background-color",
|
||||
"$tabs-toggle-link-hover-background-color": {
|
||||
"name": "$tabs-toggle-link-hover-background-color",
|
||||
"value": "$background"
|
||||
"value": "$background",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"tabs-toggle-link-hover-border-color": {
|
||||
"id": "tabs-toggle-link-hover-border-color",
|
||||
"$tabs-toggle-link-hover-border-color": {
|
||||
"name": "$tabs-toggle-link-hover-border-color",
|
||||
"value": "$border-hover"
|
||||
"value": "$border-hover",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 71%)"
|
||||
},
|
||||
"tabs-toggle-link-radius": {
|
||||
"id": "tabs-toggle-link-radius",
|
||||
"$tabs-toggle-link-radius": {
|
||||
"name": "$tabs-toggle-link-radius",
|
||||
"value": "$radius"
|
||||
"value": "$radius",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "4px"
|
||||
},
|
||||
"tabs-toggle-link-active-background-color": {
|
||||
"id": "tabs-toggle-link-active-background-color",
|
||||
"$tabs-toggle-link-active-background-color": {
|
||||
"name": "$tabs-toggle-link-active-background-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"tabs-toggle-link-active-border-color": {
|
||||
"id": "tabs-toggle-link-active-border-color",
|
||||
"$tabs-toggle-link-active-border-color": {
|
||||
"name": "$tabs-toggle-link-active-border-color",
|
||||
"value": "$link"
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
},
|
||||
"tabs-toggle-link-active-color": {
|
||||
"id": "tabs-toggle-link-active-color",
|
||||
"$tabs-toggle-link-active-color": {
|
||||
"name": "$tabs-toggle-link-active-color",
|
||||
"value": "$link-invert"
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$tabs-border-bottom-color",
|
||||
"$tabs-border-bottom-style",
|
||||
"$tabs-border-bottom-width",
|
||||
"$tabs-link-color",
|
||||
"$tabs-link-hover-border-bottom-color",
|
||||
"$tabs-link-hover-color",
|
||||
"$tabs-link-active-border-bottom-color",
|
||||
"$tabs-link-active-color",
|
||||
"$tabs-link-padding",
|
||||
"$tabs-boxed-link-radius",
|
||||
"$tabs-boxed-link-hover-background-color",
|
||||
"$tabs-boxed-link-hover-border-bottom-color",
|
||||
"$tabs-boxed-link-active-background-color",
|
||||
"$tabs-boxed-link-active-border-color",
|
||||
"$tabs-boxed-link-active-border-bottom-color",
|
||||
"$tabs-toggle-link-border-color",
|
||||
"$tabs-toggle-link-border-style",
|
||||
"$tabs-toggle-link-border-width",
|
||||
"$tabs-toggle-link-hover-background-color",
|
||||
"$tabs-toggle-link-hover-border-color",
|
||||
"$tabs-toggle-link-radius",
|
||||
"$tabs-toggle-link-active-background-color",
|
||||
"$tabs-toggle-link-active-border-color",
|
||||
"$tabs-toggle-link-active-color"
|
||||
],
|
||||
"file_path": "components/tabs.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user