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 @@
"$content-heading-line-height": {
"name": "$content-heading-line-height",
"value": "1.125",
"type": "string"
"type": "unitless"
},
"$content-blockquote-background-color": {
"name": "$content-blockquote-background-color",
@@ -29,7 +29,7 @@
"$content-blockquote-border-left": {
"name": "$content-blockquote-border-left",
"value": "5px solid $border",
"type": "compound"
"type": "size"
},
"$content-blockquote-padding": {
"name": "$content-blockquote-padding",
@@ -44,7 +44,7 @@
"$content-table-cell-border": {
"name": "$content-table-cell-border",
"value": "1px solid $border",
"type": "compound"
"type": "size"
},
"$content-table-cell-border-width": {
"name": "$content-table-cell-border-width",
@@ -78,7 +78,7 @@
"$content-table-foot-cell-border-width": {
"name": "$content-table-foot-cell-border-width",
"value": "2px 0 0",
"type": "string"
"type": "size"
},
"$content-table-foot-cell-color": {
"name": "$content-table-foot-cell-color",