43081j / postcss-lit

PostCSS syntax for extracting CSS from template literals inside JS/TS files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The fix flag breaks the indentation

abdonrd opened this issue · comments

If I run Stylelint with the --fix flag, it moves the indentation:

Screenshot 2021-12-09 at 00 33 55

Example with: https://github.com/IBM/pwa-lit-template/compare/stylelint-14

  • To run Stylelint npm run lint:stylelint
  • To run Stylelint with auto fix npm run lint:stylelint -- --fix