token-lookup
Installation
SKILL.md
Design Token Lookup
Find the correct @fluentui/react-theme design token for the hardcoded value $ARGUMENTS.
Steps
-
Identify the value category:
- Hex color / rgb / named color → color tokens
- px/rem spacing → spacing tokens
- px/rem font size → font size tokens
- px/rem border radius → border radius tokens
- Font weight (400, 600, bold) → font weight tokens
- Box shadow → shadow tokens
- Border width → stroke width tokens
- Duration (ms/s) → duration tokens
-
Search the theme source for matching values: