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
I hope you haven't been waiting for this, but we eventually implemented this feature by adding a classify tag (essentially as proposed). You'll find more information in the (updated) readme.
Just an idea, but it would be great to be able to get the classes individually, for example let's say you have this in your config:
If we could then use a tag to extract just the h1 classes, something like:
<h1 class="{{ classify:h1 }}">Heading</h1>
I'm using tailwind, so to have
classify.php
as my 'source of truth' for all type styles would be super handy.The text was updated successfully, but these errors were encountered: