Skip to content

Commit

Permalink
feat(formatter): change parser for code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Jun 24, 2020
1 parent 27154fc commit e117552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export class Formatter {
}

format(source: string): string {
return sourceFormat(source, { parser: 'postcss' });
return sourceFormat(source, { parser: 'css' });
}
}

0 comments on commit e117552

Please sign in to comment.