Add unitless type

This commit is contained in:
Jeremy Thomas
2018-06-17 01:05:48 +01:00
parent e8f3fc0d66
commit dd59374591
25 changed files with 248 additions and 155 deletions

View File

@@ -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",