Skip to content

Commit

Permalink
fix: remove false positive warning message for pseudo-classes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jul 3, 2020
1 parent d582974 commit d9663d6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/generation/ClassesGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,6 @@ export class ClassesGenerator implements IGenerator {
}
});
});
} else {
console.warn(
`The "${variantsKey}" key in your config.variants is not valid`.bgYellow.black,
);
}
});
}
Expand Down

0 comments on commit d9663d6

Please sign in to comment.