UNPKG

@fewlines/stylelint-config-fewlines-css

Version:
17 lines (12 loc) 292 B
# 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. ```javascript [...] "at-rule-empty-line-before": [ "always", { except: [ "after-same-name" ], } ], [...] ```