Skip to content

Commit 002fb30

Browse files
committed
Simplify specific rules
1 parent f855908 commit 002fb30

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

.github/skills/update-tokens/SKILL.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Token **keys and structure must always match across brands**.
7676
- Keep JSON formatting consistent with existing files
7777
- Apply **minimal diffs**: change only what is required
7878
- Do not reorder unrelated tokens
79-
- All token values should follow the structure enforced in `tokens/schema/skin-schema.json`
79+
- All brand failes should follow the structure enforced in `tokens/schema/skin-schema.json`
8080

8181
---
8282

@@ -95,26 +95,6 @@ Token **keys and structure must always match across brands**.
9595
### Text tokens
9696

9797
- A new `text.size` token **must** also define `text.lineHeight`
98-
- All `text.size` and `text.lineHeight` values must include:
99-
- `mobile`
100-
- `desktop`
101-
- `text.weight` values are restricted to:
102-
- `light`
103-
- `regular`
104-
- `medium`
105-
- `bold`
106-
107-
---
108-
109-
### Spacing tokens
110-
111-
- All `spacing` tokens must define values for:
112-
- `top`
113-
- `right`
114-
- `bottom`
115-
- `left`
116-
117-
---
11898

11999
## Schema updates
120100

0 commit comments

Comments
 (0)