Skip to content

Commit

Permalink
chore: update tailwind/mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ynwd committed Aug 13, 2024
1 parent 2122d73 commit 8a6b327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions middleware/tailwind/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import tailwindCss, { Config } from "npm:[email protected]";
import postcss from "npm:[email protected]";
import cssnano from "npm:[email protected]";
import autoprefixer from "npm:[email protected]";
import { TailwindPluginOptions } from "@app/middleware/tailwind/types.ts";
import { Context, HttpRequest } from "@app/http/server/types.ts";
import { TailwindPluginOptions } from "./types.ts";
import { Context, HttpRequest } from "../../mod.ts";

function render(content: string) {
return new Response(content, {
Expand Down

0 comments on commit 8a6b327

Please sign in to comment.