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

@@ -24,7 +24,7 @@
"$input-shadow": {
"name": "$input-shadow",
"value": "inset 0 1px 2px rgba($black, 0.1)",
"type": "compound"
"type": "size"
},
"$input-hover-color": {
"name": "$input-hover-color",
@@ -62,7 +62,7 @@
"$input-focus-box-shadow-color": {
"name": "$input-focus-box-shadow-color",
"value": "rgba($link, 0.25)",
"type": "compound"
"type": "color"
},
"$input-disabled-color": {
"name": "$input-disabled-color",
@@ -170,7 +170,7 @@
"$file-name-border-width": {
"name": "$file-name-border-width",
"value": "1px 1px 1px 0",
"type": "string"
"type": "size"
},
"$file-name-max-width": {
"name": "$file-name-max-width",