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
Hi @sergeche , emmet would be great for slim if it could expand the class attribute as described. I don't use the shorter slim syntax anymore because I use tailwind for the styling and it's JIT compiler can't detect classes in the shorter syntax.
Is it possible to have emmet use the expanded class syntax in slim templates?
At present, emmet 'expands' to slim using the short syntax
emmet: .foo.bar
slim: .foo.bar
However, slim supports an expanded syntax using class attributes:
emmet: .foo.bar
slim: div class="foo bar"
Is this possible?
The text was updated successfully, but these errors were encountered: