# Design Token Lint > Lint Tailwind CSS class names against design system tokens. Enforce semantic spacing and color tokens instead of raw numeric utilities. ## Docs - [Changelog](https://takazudomodular.com/pj/zudo-design-token-lint/docs/changelog): - [Guide](https://takazudomodular.com/pj/zudo-design-token-lint/docs/guide): Configuration, CLI usage, and practical guides for design-token-lint. - [Overview](https://takazudomodular.com/pj/zudo-design-token-lint/docs/overview): Introduction and overview of design-token-lint. - [Reference](https://takazudomodular.com/pj/zudo-design-token-lint/docs/reference): API reference and methodology documentation for design-token-lint. - [Configuration](https://takazudomodular.com/pj/zudo-design-token-lint/docs/guide/configuration): Configure design-token-lint with .design-token-lint.json — prohibited patterns, allowed exceptions, ignored files, and scan patterns. - [What is design-token-lint?](https://takazudomodular.com/pj/zudo-design-token-lint/docs/overview/what-is): Overview of what design-token-lint does and why it exists. - [Playground](https://takazudomodular.com/pj/zudo-design-token-lint/docs/playground): Interactive playground for testing design-token-lint rules directly in the browser. - [Programmatic API](https://takazudomodular.com/pj/zudo-design-token-lint/docs/reference/api): Use design-token-lint as a library from Node.js — lint strings, files, or individual class names. - [/CLAUDE.md](https://takazudomodular.com/pj/zudo-design-token-lint/docs/claude-md/root): CLAUDE.md at /CLAUDE.md - [CLI](https://takazudomodular.com/pj/zudo-design-token-lint/docs/guide/cli): Command-line usage and options for design-token-lint. - [Getting Started](https://takazudomodular.com/pj/zudo-design-token-lint/docs/overview/getting-started): Install and run design-token-lint to enforce semantic design tokens in your Tailwind CSS project. - [/doc/src/content/CLAUDE.md](https://takazudomodular.com/pj/zudo-design-token-lint/docs/claude-md/doc--src--content): CLAUDE.md at /doc/src/content/CLAUDE.md - [Methodology](https://takazudomodular.com/pj/zudo-design-token-lint/docs/reference/methodology): The reasoning behind design-token-lint — why raw Tailwind utilities are banned and what semantic tokens replace them. - [Ignore Syntax](https://takazudomodular.com/pj/zudo-design-token-lint/docs/guide/ignore-syntax): Suppress design-token-lint violations on specific lines with ignore comments. - [Examples](https://takazudomodular.com/pj/zudo-design-token-lint/docs/guide/examples): Concrete examples of design token enforcement using the tight token strategy. - [Claude](https://takazudomodular.com/pj/zudo-design-token-lint/docs/claude): Claude Code configuration reference. - [v0.1.0](https://takazudomodular.com/pj/zudo-design-token-lint/docs/changelog/v0.1.0): Initial release of design-token-lint.