Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Jan 17, 2024
1 parent e2cb1c0 commit cefca47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/tailwind/bundler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import cssnano from "npm:[email protected]";
import postcss, { type AcceptedPlugin } from "npm:[email protected]";
import tailwindcss, { type Config } from "npm:[email protected]";
import { cyan } from "std/fmt/colors.ts";
import { walk } from "std/fs/walk.ts";
import { globToRegExp, normalizeGlob } from "std/path/glob.ts";
import { extname, join, toFileUrl } from "std/path/mod.ts";
import { join, toFileUrl } from "std/path/mod.ts";

export { type Config } from "npm:[email protected]";

Expand Down

0 comments on commit cefca47

Please sign in to comment.