Update variables include template

This commit is contained in:
Jeremy Thomas
2018-06-16 20:47:52 +01:00
parent ace4c58fc7
commit 1ff1edcf53
51 changed files with 2420 additions and 1498 deletions

View File

@@ -1,25 +1,29 @@
{
"dir_name": "elements",
"file_name": "notification",
"file_relative_path": "elements/notification.sass",
"file_line_from": 1,
"file_line_to": 3,
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/notification.sass#L1,L3",
"vars": {
"notification-background-color": {
"id": "notification-background-color",
"by_name": {
"$notification-background-color": {
"name": "$notification-background-color",
"value": "$background"
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"notification-radius": {
"id": "notification-radius",
"$notification-radius": {
"name": "$notification-radius",
"value": "$radius"
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
"notification-padding": {
"id": "notification-padding",
"$notification-padding": {
"name": "$notification-padding",
"value": "1.25rem 2.5rem 1.25rem 1.5rem"
"value": "1.25rem 2.5rem 1.25rem 1.5rem",
"type": "size"
}
}
},
"list": [
"$notification-background-color",
"$notification-radius",
"$notification-padding"
],
"file_path": "elements/notification.sass"
}