Justin Wong

Results 48 comments of Justin Wong

As per [Semigradsky's comment](#issuecomment-587312626), I think it is something to do with when there are too many parenthesis levels in the formula: ``` var(--a) + max(1px, min((1vw - 5.9px), 10px))...

Is there a way to change to modifier key for a link press? I have grown accustomed to using `ALT`. I couldn't find anything in the documentation, so it would...

Also ran into this issue. I looked at the source code and the actual options key for the active navigation class is `nav.active` as per https://github.com/glidejs/glide/blob/3675127678320428498355a032895655fbd91e0d/src/components/controls.js#L97 so: ```js new Glide('.slider',...

Hi! Thank you for the report. This is a known limitation, see https://github.com/tailwindlabs/tailwindcss/pull/9558#user-content-restrictions for details.

For what it's worth, it seems like the single quotes in the class name stop the proper generation of the class name. Removing the quotes around the attribute value or...

This could be related to the `before` variant core plugin (this would happen with `after` too), it adds a new `Declaration` without a `source` property: https://github.com/tailwindlabs/tailwindcss/blob/f1f419a9ecfcd00a2001ee96ab252739fca47564/src/corePlugins.js#L64 The `vite-url-rewrite` PostCSS plugin...

Thank you for your feedback. Any extension can be disabled on a per-workspace basis — could this not fulfil this request or is it more nuanced than that?

Thank you for the contribution! A test covering this would be good, but I am aware that is not possible in CI and blocked by #71 at the moment.

Indeed as per #9558, any non-"simple" breakpoints will stop any `max-*` or `min-*` variants from working, which would in turn make targeting breakpoints not possible (in the form in the...