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

@@ -32,8 +32,8 @@
"name": "$menu-item-active-color",
"value": "$link-invert",
"type": "variable",
"computed_type": "compound",
"computed_value": "findColorInvert($blue)"
"computed_type": "color",
"computed_value": "#fff"
},
"$menu-item-active-background-color": {
"name": "$menu-item-active-background-color",
@@ -45,7 +45,7 @@
"$menu-list-border-left": {
"name": "$menu-list-border-left",
"value": "1px solid $border",
"type": "compound"
"type": "size"
},
"$menu-label-color": {
"name": "$menu-label-color",