You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New in 1.0.2
Tooling & Build Process
Enhanced Theming and Customization: Improved CSS variable handling for easier theming, leveraging the css2tokens and tokens2css scripts for better design token management.
Optimized CSS: Purged unused CSS rules using PurgeCSS, resulting in a smaller vanilla-combined.min.css file and faster load times.
Improved Accessibility: Addressed potential accessibility issues based on best practices.
Bug Fixes: Resolved minor layout issues and inconsistencies across different browsers.
Build System Improvements
Improved CSS post-processing with better :root declaration merging
Enhanced PurgeCSS configuration with safer defaults for dynamic classes
Added support for switching between development and production modes
Developer Experience
Added comprehensive documentation for build scripts and tooling
Improved token conversion error handling and logging
Enhanced support for CSS variable references in design tokens