Jeff

Results 19 comments of Jeff
trafficstars

Also happy to update the docs if the rest of the code looks good 👍

Also, look into using [this formula](https://allthingssmitty.com/2016/12/05/flexible-type-using-root/) for sizing `:root` with `vw` and `vh`

Any chance this could be merged? Having to manually patch this each time is kind of a pain 🙏

Thanks for the suggestions @toFrankie 🙌 I removed `-o-text-overflow` (as well as the existing `-ms-text-overflow`) as I don't want to include prefixed properties unless they're quasi-official — like `-webkit-line-clamp`! Any...

Thanks for pointing these out! I've noticed a couple of these as well 😅 will likely remove them in the next major version when I update the grouping a bit

I've started building out an [extension](https://github.com/stormwarning/zed-nunjucks) based on an incomplete [grammar](https://github.com/stormwarning/tree-sitter-nunjucks) The grammar is still missing support for front-matter, `raw` blocks, and comments. I'm also not getting proper HTML support...

Hmm, I wonder if it's something with the combo font-size/line-height utility classes... What version of Tailwind are you using?

Oh, the config I'm using *works*, it's just not ideal for this case. Ideally, I could define a single `react-lifecycle` custom group and define the exact order within it; something...

Class components aren't used as much in React these days, so I understand if this isn't something to work on right away, I just wanted to point it out and...