Add generic specs

This commit is contained in:
Jeremy Thomas
2022-05-08 09:21:02 +01:00
parent 54c9c81e88
commit 2a1e0d9606
3 changed files with 177 additions and 0 deletions

View File

@@ -68,6 +68,8 @@
"text-light": "rgb(122, 122, 122)",
"text-invert": "rgb(255, 255, 255)",
"code": "rgb(218, 16, 57)",
"control-radius": "4px",
"control-radius-small": "2px",
"control-border-width": "1px",
@@ -89,6 +91,9 @@
"weight-semibold": "600",
"weight-bold": "700",
"family-primary": "\"system-ui\", -apple-system, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif",
"family-code": "monospace",
"viewports": {
"mobile": [320, 480],
"tablet": [769, 640],