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

37 lines
835 B
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$tag-background-color": {
"name": "$tag-background-color",
2018-06-16 19:47:52 +00:00
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
2018-06-16 19:47:52 +00:00
"$tag-color": {
"name": "$tag-color",
2018-06-16 19:47:52 +00:00
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
2018-06-16 19:47:52 +00:00
"$tag-radius": {
"name": "$tag-radius",
2018-06-16 19:47:52 +00:00
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
2018-06-16 19:47:52 +00:00
"$tag-delete-margin": {
"name": "$tag-delete-margin",
2018-06-16 19:47:52 +00:00
"value": "1px",
"type": "size"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$tag-background-color",
"$tag-color",
"$tag-radius",
"$tag-delete-margin"
],
"file_path": "elements/tag.sass"
}