transformerVariantGroup

Variant group transformer is a feature that allows for using parentheses to group related utilities.

For example, instead of

<p class="hover:bg-gray-400 hover:font-medium">text</p>

You could write:

<p class="hover:(bg-gray-400 font-medium)">text</p>

and get the same result.

Powered by WebContainers
Files
Preparing Environment
  • Installing dependencies
  • Starting http server