Skip to content

v9.3.0

Compare
Choose a tag to compare
@BinaryMuse BinaryMuse released this 09 Nov 22:22
4b71fde

🐛 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