Skip to content

Commit

Permalink
remove other log :}
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 20, 2023
1 parent 9827e77 commit a4c58e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/loaders/postcss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import postcss from "postcss";
import postcssNested from "postcss-nested";
import type { Loader, LoaderResult } from "../loader";

console.log(postcss);

export const postcssLoader: Loader = async (input) => {
if (![".css"].includes(input.extension)) {
return;
Expand Down

0 comments on commit a4c58e7

Please sign in to comment.