Skip to content

Commit

Permalink
fix: 🐛 disable lookup tailwind config on format function
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Sep 18, 2022
1 parent b06690a commit 73c9597
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class BladeFormatter {
async format(content: any, opts = {}) {
const options = this.options || opts;
await this.readIgnoreFile(process.cwd());
await this.findTailwindConfig(process.cwd());
await this.readRuntimeConfig(process.cwd());
return new Formatter(options).formatContent(content).catch((err) => {
throw new FormatError(err);
Expand Down

0 comments on commit 73c9597

Please sign in to comment.