bulma/docs/_data/variables/components/menu.json
bstashio 1523ce8527 Docs/variables data (#1314)
* Replace variables.json with colors.json and update related files accordingly

* Add variables data files

* Update variables include template and all related files to use new variables data

* Fix mobile breakpoint id typo in responsivness docs page

* Fix Liquid syntax error in made-with-bulma docs page

* Update bulma sass files count in modular docs page

* Use breakpoints data in responsiveness helpers docs page

* Use breakpoints and variables data in typography helpers docs page

* Add missing page titles in docs pages front matter
2017-10-17 10:28:59 +01:00

50 lines
1.4 KiB
JSON

{
"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",
"name": "$menu-item-color",
"value": "$text"
},
"menu-item-radius": {
"id": "menu-item-radius",
"name": "$menu-item-radius",
"value": "$radius-small"
},
"menu-item-hover-color": {
"id": "menu-item-hover-color",
"name": "$menu-item-hover-color",
"value": "$text-strong"
},
"menu-item-hover-background-color": {
"id": "menu-item-hover-background-color",
"name": "$menu-item-hover-background-color",
"value": "$background"
},
"menu-item-active-color": {
"id": "menu-item-active-color",
"name": "$menu-item-active-color",
"value": "$link-invert"
},
"menu-item-active-background-color": {
"id": "menu-item-active-background-color",
"name": "$menu-item-active-background-color",
"value": "$link"
},
"menu-list-border-left": {
"id": "menu-list-border-left",
"name": "$menu-list-border-left",
"value": "1px solid $border"
},
"menu-label-color": {
"id": "menu-label-color",
"name": "$menu-label-color",
"value": "$text-light"
}
}
}