mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Add unitless type
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"$modal-background-background-color": {
|
||||
"name": "$modal-background-background-color",
|
||||
"value": "rgba($black, 0.86)",
|
||||
"type": "compound"
|
||||
"type": "color"
|
||||
},
|
||||
"$modal-content-width": {
|
||||
"name": "$modal-content-width",
|
||||
@@ -60,7 +60,7 @@
|
||||
"$modal-card-head-border-bottom": {
|
||||
"name": "$modal-card-head-border-bottom",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$modal-card-head-padding": {
|
||||
"name": "$modal-card-head-padding",
|
||||
@@ -103,7 +103,7 @@
|
||||
"$modal-card-foot-border-top": {
|
||||
"name": "$modal-card-foot-border-top",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$modal-card-body-background-color": {
|
||||
"name": "$modal-card-body-background-color",
|
||||
|
||||
Reference in New Issue
Block a user