MichaelAllenWarner

Results 5 issues of MichaelAllenWarner

This PR adds a [`not-`](https://developer.mozilla.org/en-US/docs/Web/CSS/:not) variant for every pseudo-class variant (plus `open:`), including the `group-` and `peer-` ones (e.g., `not-focus-within:`, `group-not-first:`, `peer-not-open:`). In addition to containing many new tests for...

Tailwind [recently changed](https://github.com/tailwindlabs/tailwindcss/pull/12717) their dark-mode API: - The default "media" strategy remains unchanged. - The "class" strategy (mentioned in the `next-themes` README) still exists for backward-compatibility, and under the hood...

The comment for `Element.tagName` [currently reads](https://github.com/microsoft/TypeScript-DOM-lib-generator/blob/main/inputfiles/idl/dom.commentmap.json#L105) "Returns the HTML-uppercased qualified name." That's true of `HTMLElement.tagName` specifically, but not of `Element.tagName` generally (e.g., neither `SVGElement.tagName` nor `MathMLElement.tagName` is uppercase). ![Screenshot 2023-09-13...

**What version of Tailwind CSS are you using?** v3.4.1 **What build tool (or framework if it abstracts the build tool) are you using?** N/A **What version of Node.js are you...

Would be nice to have a snippet for `elseif`, and also for `apply`/`endapply` (especially because the `filter` and `spaceless` tags have been deprecated in favor of `apply`: https://twig.symfony.com/doc/2.x/deprecated.html#tags).