You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, AlpineJS allows you to add directives for adding different classes at different stages of a transition:
The following examples use TailwindCSS utility classes.
The utility classes are added at different stages of the transition. However, when applying the plugin, these class names have been minified and no longer exist in the styles. Is there a way to apply the minification to the class names in these directives as well?
The text was updated successfully, but these errors were encountered:
@raguila8 These are great questions, and it will take me some time to explore these possibilities. It will be a little faster if you have ready-made examples that I can investigate.
For example, AlpineJS allows you to add directives for adding different classes at different stages of a transition:
The following examples use TailwindCSS utility classes.
The utility classes are added at different stages of the transition. However, when applying the plugin, these class names have been minified and no longer exist in the styles. Is there a way to apply the minification to the class names in these directives as well?
The text was updated successfully, but these errors were encountered: