Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 748 Bytes

CHANGELOG.md

File metadata and controls

25 lines (16 loc) · 748 Bytes

1.0.0

  • Removed scss plugin and associated rules
  • Added rule at-rule-no-unknown
  • Change rule font-family-name-quotes from always-where-required to always-where-recommended

0.3.0

  • Change function-parentheses-newline-inside from never-multi-line to always-multi-line
  • Change function-parentheses-space-inside from never to never-single-line

0.2.0

  • Update stylelint-scss to version 3
  • Remove rules block-no-empty, function-comma-space-after and number-leading-zero
  • Change rule value-list-comma-space-after from always to always-single-line
  • Change rule selector-list-comma-newline-after from always to always-multi-line

0.1.1

Remove rule-empty-line-before

0.1.0

Initial release