Skip to content

stylelint 7.6.0

  • Added: option customSyntax (for Node API) and --custom-syntax (for CLI).
  • Added: font-family-no-duplicate-names rule.
  • Fixed: CLI now understands absolute paths for the --custom-formatter option.
  • Fixed: the string and verbose formatters now use dim instead of gray for greater compatibility with different terminal color schemes.
  • Fixed: media-feature-parentheses-space-inside handles comments within the parentheses.
  • Fixed: selector-no-qualifying-type now ignores SCSS %placeholders.