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

@@ -17,7 +17,7 @@
"$table-cell-border": {
"name": "$table-cell-border",
"value": "1px solid $grey-lighter",
"type": "compound"
"type": "size"
},
"$table-cell-border-width": {
"name": "$table-cell-border-width",
@@ -51,7 +51,7 @@
"$table-foot-cell-border-width": {
"name": "$table-foot-cell-border-width",
"value": "2px 0 0",
"type": "string"
"type": "size"
},
"$table-foot-cell-color": {
"name": "$table-foot-cell-color",
@@ -78,8 +78,8 @@
"name": "$table-row-active-color",
"value": "$primary-invert",
"type": "variable",
"computed_type": "compound",
"computed_value": "findColorInvert($turquoise)"
"computed_type": "color",
"computed_value": "#fff"
},
"$table-striped-row-even-background-color": {
"name": "$table-striped-row-even-background-color",