mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Update variables include template
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user