A configurable Material Design 3 design token library for TailwindCSS v4. Pure CSS -- color, typography, shape, motion, elevation, state layers, dark mode, RTL support, and more.
Stars
1
Forks
0
Watchers
1
Open Issues
1
Overall repository health assessment
^4.0.021
commits
refactor: update package name and imports, enhance README for clarity and features
3b3008aView on GitHubfix(state-layer): replace !important with doubled-class specificity for state-dragged precedence
e71f3cfView on GitHubfeat(index): add RTL-ready base defaults with text-align start and language-specific font overrides
83bae9dView on GitHubfeat(utilities): add content-visibility utilities for rendering performance optimization
8b3d9b9View on GitHubfeat: register state-layer opacity custom properties with @property for smooth transitions
f91e2f1View on GitHubfeat(utilities): add scrollbar-thin, scrollbar-hidden, and scrollbar-auto utilities with MD3 colors
8732066View on GitHubfeat(base): add production-hardened CSS reset for autofill, spinners, smooth scroll, and media elements
6f69c0cView on GitHubfeat(a11y): add prefers-reduced-motion support to disable transitions and animations per WCAG 2.1
14b4ba3View on GitHubfix(index): add 4 missing utility imports and document optional modules for consistent out-of-box experience
a341e02View on GitHubfeat(elevation): add 5-level glow variant for dark surfaces based on old scss elevation-glow design system
bad52faView on GitHubfix(state-layer): replace :focus with :focus-visible per MD3 spec to prevent mouse-click flash
b663807View on GitHubrefactor(motion): improve performance - replace transition-property: all with explicit property lists and add semantic utilities
21e3eb6View on GitHubfeat(size): add 9-level component size token system based on old scss design system
156caf4View on GitHubfeat(stroke): add 5-level border-width token system based on old scss design system
64115e2View on GitHubfeat(spacing): override Tailwind spacing base with MD3 4px grid unit via three-tier config
0b1f17aView on GitHub