Closed
Description
When performing npm run fix:styles
it brakes linting for some files.
Let's say we checkout commit f3d273d22e09b6a34f0a090cc5be377ac3dd6b79
.
How to reproduce
-
Run
npm run lint:scss
. There are no errors -
Run
npm run fix:styles
. It says that10 files are formatted.
-
Run
npm run lint:scss
again. Now we get errordeclaration-empty-line-before
in two filessrc/styles/_forms.scss
andsrc/styles/mixins/_typography.scss
.
In total
fix:styles
can createdeclaration-empty-line-before
errorfix:styles
formats some files whichlint:scss
doesn't treat as broken
Metadata
Metadata
Assignees
Labels
No labels