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.
The key has expired.
🐛 Bug Fixes
The no-undefined-vars rule now understands variables defined with @include color-mode-var(...)
The no-undefined-vars rule now checks the last two parameters of the @include color-mode-var(...) mixin to ensure any CSS variables referenced are defined
🚀 Enhancements
Added no-scale-colors rule to ensure bare scale colors (which begin with --color-scale- or --color-auto-) are not used as property values