Skip to content

stylelint 1.2.0

  • Added: function-linear-gradient-no-nonstandard-direction rule.
  • Added: rule-properties-order now by default ignores the order of properties left out of your specified array; and the options "top", "bottom", and "ignore" are provided to change that behavior.
  • Added: rule-properties-order now looks for roots of hyphenated properties in custom arrays so each extension (e.g. padding-top as an extension of padding) does not need to be specified individually.
  • Added: "always-single-line" option to declaration-colon-space-after.
  • Added: support for declarations directly on root (e.g. Sass variable declarations).
  • Fixed: declaration-colon-newline-after "always-multi-line" warning message.