bulma/docs/_data/variables/elements/tag.json
2018-06-20 01:21:22 +01:00

37 lines
835 B
JSON

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