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 1
p-4Numeric spacing "p-4" — use a semantic spacing token or arbitrary value
- Line 1
bg-gray-200Default Tailwind color "bg-gray-200" — use a design system color token
- Line 3
mt-2Numeric spacing "mt-2" — use a semantic spacing token or arbitrary value
- Line 3
text-gray-600Default Tailwind color "text-gray-600" — use a design system color token