Initial commit
This commit is contained in:
34
skills/style-master/Assets/design-tokens/tokens.json
Normal file
34
skills/style-master/Assets/design-tokens/tokens.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"color": {
|
||||
"primary": {
|
||||
"50": "#eff6ff",
|
||||
"500": "#3b82f6",
|
||||
"900": "#1e3a8a"
|
||||
},
|
||||
"gray": {
|
||||
"50": "#f9fafb",
|
||||
"500": "#6b7280",
|
||||
"900": "#111827"
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"xs": "0.25rem",
|
||||
"sm": "0.5rem",
|
||||
"md": "1rem",
|
||||
"lg": "1.5rem",
|
||||
"xl": "2rem"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": {
|
||||
"sans": "'Inter', sans-serif",
|
||||
"mono": "'Fira Code', monospace"
|
||||
},
|
||||
"fontSize": {
|
||||
"xs": "0.75rem",
|
||||
"sm": "0.875rem",
|
||||
"base": "1rem",
|
||||
"lg": "1.125rem",
|
||||
"xl": "1.25rem"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user