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

31 lines
673 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"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$icon-dimensions",
"$icon-dimensions-small",
"$icon-dimensions-medium",
"$icon-dimensions-large"
],
"file_path": "elements/icon.sass"
}