Results 490 comments of Je Xia

@JLarky this is vary interesting! i will try it, thanks!

i have a radical idea...i want to add a feature for the compiler (not very difficult) to collect the classnames at the compilation pahse, then create the minimum css by...

@Zequez thanks, that is helpful! i will try to upgrade swc again to check out whether it's fixed, or i will make pr to swc project

now we can write plugin for alephjs to support tailwind: https://alephjs.org/docs/api-reference/plugin-api#tailwind-jit-for-jsx

@aadamsx will add it later, also need to check out how to compile css for tailwind in deno, currently the compiler records all the static class names in jsx files

Just added a tailwindcss example in https://github.com/alephjs/aleph.js/tree/master/examples/tailwindcss, that is using the [windicss plugin](https://deno.land/x/[email protected])

it supports, but vscode can not work yet

we should figure out how to support `.vue` in vscode with deno lsp

The goal of the new version is serverless first, the `build` command builds JS for serverless platform like Deno Deploy or Cloudflare that doesn't support dynamic import, also pre-build JS...

@akaFTS maybe it was caused by https://github.com/denoland/deno/issues/7087