Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 292 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 292 Bytes

CHANGELOG

2.0.1 - 2020-07-27

Bump stylelint-order from 3.0.1 to 4.1.0

2.0.0 - 2019-09-06

Adds the possibility to group statements like @import in css files.

[...]
"at-rule-empty-line-before": [ "always", {
      except: [ "after-same-name" ],
    } ],
[...]