Design Token Lint

Type to search...

to open search from anywhere

Playground

CreatedApr 10, 2026UpdatedApr 10, 2026Takeshi Takatsudo

Interactive playground for testing design-token-lint rules directly in the browser.

Try the linter directly in your browser. Paste your code on the left, adjust the configuration, and see violations on the right.

Results(4 violations)
  • Line 1p-4

    Numeric spacing "p-4" — use a semantic spacing token or arbitrary value

  • Line 1bg-gray-200

    Default Tailwind color "bg-gray-200" — use a design system color token

  • Line 3mt-2

    Numeric spacing "mt-2" — use a semantic spacing token or arbitrary value

  • Line 3text-gray-600

    Default Tailwind color "text-gray-600" — use a design system color token

Revision History