token-lookup

Installation
SKILL.md

Design Token Lookup

Find the correct @fluentui/react-theme design token for the hardcoded value $ARGUMENTS.

Steps

  1. 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
  2. Search the theme source for matching values:

Installs
1
GitHub Stars
20.2K
First Seen
3 days ago
token-lookup — microsoft/fluentui