matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Stylefmt not fixing `number-leading-zero` issues #205

Open ivancuric opened 7 years ago

ivancuric commented 7 years ago

Using stylefmt 4.30 and the following .stylelintrc in the root folder:

{
  "extends": "stylelint-config-standard",
  "rules": {
    "declaration-empty-line-before": null,
    "at-rule-empty-line-before": null
  }
}

I expected that running stylefmt would add the leading zeroes where needed (stylelint reports it correctly), but nothing happens. The rest works fine.