Open marvinhagemeister opened 8 months ago
Looks like this was fixed in upstream. The package doesn't error at v4.0.0-beta.2:
$ cat a.js
import tailwindcss from "npm:@tailwindcss/postcss@4.0.0-beta.2";
console.log(tailwindcss);
$ deno -A a.js
[Function: A] { postcss: true }
Error:
Version: Deno 1.41.1