bulma/docs/_data/variables/elements/icon.json

37 lines
816 B
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$icon-dimensions": {
"name": "$icon-dimensions",
2018-06-16 19:47:52 +00:00
"value": "1.5rem",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$icon-dimensions-small": {
"name": "$icon-dimensions-small",
2018-06-16 19:47:52 +00:00
"value": "1rem",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$icon-dimensions-medium": {
"name": "$icon-dimensions-medium",
2018-06-16 19:47:52 +00:00
"value": "2rem",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$icon-dimensions-large": {
"name": "$icon-dimensions-large",
2018-06-16 19:47:52 +00:00
"value": "3rem",
"type": "size"
},
"$icon-text-spacing": {
"name": "$icon-text-spacing",
"value": "0.25em",
"type": "size"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$icon-dimensions",
"$icon-dimensions-small",
"$icon-dimensions-medium",
"$icon-dimensions-large",
"$icon-text-spacing"
2018-06-16 19:47:52 +00:00
],
"file_path": "elements/icon.sass"
}