Skip to content

stylelint 7.3.0

  • Added: processors can accept options objects.
  • Added: ignore: ["inside-function"] option to color-named.
  • Fixed: --ignore-path and --report-needless-disables no longer fails when used together.
  • Fixed: block-closing-brace-newline-after and block-closing-brace-space-after now allow a trailing semicolon after the closing brace of a block.
  • Fixed: block-no-single-line now ignores empty blocks.
  • Fixed: declaration-block-no-ignored-properties now uses the value of the last occurrence of a triggering property.
  • Fixed: indentation now correctly handles _ hacks on property names.
  • Fixed: property-no-unknown now ignores SCSS nested properties.