Jeff Yang

Results 21 comments of Jeff Yang

**question:** should this handler live in core module or contrib module?

To keep building master and latest tag and avoid rebuilding for old docs, why don't we use https://readthedocs.org ?

But it is free for open source, right?

This could be a self promotion. But if you are interested, there is https://shield.deno.dev. Currently, it shows module version badge and Deno version compatibility badge. [![deno module](https://shield.deno.dev/x/oak)](https://deno.land/x/oak)

I think this isn't specially tied to pnpm workspace, but only with pnpm. Rome failed to run with pnpm (edited: macOS). Reproduction: 1. `pnpm create vite test-vite` 2. Choose vanilla...

Yes, prose colors are used for body, headings, links, lists, etc. You can see here: https://github.com/unocss/unocss/blob/b6b6adeee5225ff2018c07320c3f8b7297708795/packages/preset-typography/src/index.ts#L80-L99 Tailwind CSS 3 provides link-only prose classes for backward compatibility which usage would be...

Yes, preset typography isn't exactly same as Tailwind typography plugin. Current way is to use [`cssExtend`](https://github.com/unocss/unocss/tree/main/packages/preset-typography#configurations) if you want to style individual elements.

You can overwrite the max width with normal `max-w-[value]` utility.

Yea, it looks better now.

I think the problem is the weird output (`comp.vue_vue_type_script_setup_true_lang.[hash].js`) instead of `[name].[hash].js`.