Skip to content

stylelint 0.3.0

  • Added: exposure of report, ruleMessages, and styleSearch in stylelint.utils for use by external plugin rules.
  • Added: plugin rule support.
  • Added: hierarchicalSelectors option to indentation rule.
  • Added: nesting-block-opening-brace-space-before rule.
  • Added: nesting-block-opening-brace-newline-before rule.
  • Fixed: the color-hex-case rule message is now consistent with the color-hex-length rule.
  • Fixed: the property-blacklist rule message is now consistent with the property-whitelist rule.
  • Fixed: a typo in the comment-space-inside rule message.