Skip to content

Commit

Permalink
Merge pull request #424 from fastrodev/dev
Browse files Browse the repository at this point in the history
chore: update tailwind/mod.ts
  • Loading branch information
ynwd authored Aug 13, 2024
2 parents d6ee1c6 + 8a6b327 commit 8970e2c
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 8970e2c

Please sign in to comment.