Update variables

This commit is contained in:
Jeremy Thomas
2018-10-31 17:16:10 +00:00
parent bb3f693a70
commit e577bf501b
11 changed files with 101 additions and 13 deletions

View File

@@ -19,6 +19,16 @@
"value": "1px",
"type": "size"
},
"$control-height": {
"name": "$control-height",
"value": "2.25em",
"type": "size"
},
"$control-line-height": {
"name": "$control-line-height",
"value": "1.5",
"type": "unitless"
},
"$control-padding-vertical": {
"name": "$control-padding-vertical",
"value": "calc(0.375em - #{$control-border-width})",
@@ -34,6 +44,8 @@
"$control-radius",
"$control-radius-small",
"$control-border-width",
"$control-height",
"$control-line-height",
"$control-padding-vertical",
"$control-padding-horizontal"
],

View File

@@ -161,13 +161,6 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"$footer-background-color": {
"name": "$footer-background-color",
"value": "$white-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
},
"$border": {
"name": "$border",
"value": "$grey-lighter",
@@ -308,6 +301,13 @@
"computed_type": "font-family",
"computed_value": "BlinkMacSystemFont, -apple-system, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif"
},
"$family-secondary": {
"name": "$family-secondary",
"value": "$family-sans-serif",
"type": "variable",
"computed_type": "font-family",
"computed_value": "BlinkMacSystemFont, -apple-system, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif"
},
"$family-code": {
"name": "$family-code",
"value": "$family-monospace",
@@ -393,7 +393,6 @@
"$light-invert",
"$dark-invert",
"$background",
"$footer-background-color",
"$border",
"$border-hover",
"$text",
@@ -414,6 +413,7 @@
"$link-active",
"$link-active-border",
"$family-primary",
"$family-secondary",
"$family-code",
"$size-small",
"$size-normal",
@@ -426,4 +426,4 @@
"$sizes"
],
"file_path": "utilities/derived-variables.sass"
}
}