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
Currently, all kinds of syntax is allowed in attribute values:
a href="pinkie.html"{/* ... */}
a href=(pinkie_url){/* ... */}
a href={(PINKIE_ROOT)"/pinkie.html"}{/* ... */}
a href=@if pony == Pony::Pinkie{"pinkie.html"} @else{"maud.html"}{/* ... */}
It would be nice if this syntax is allowed in class and ID shorthand as well:
I foolishly opened a duplicate of this issue #130. I believe it offers a compelling use-case where what seems to be the current short-hand is somewhat unfeasible.
Currently, all kinds of syntax is allowed in attribute values:
It would be nice if this syntax is allowed in class and ID shorthand as well:
This would neatly cover the use cases in #45, #98, and #105.
The text was updated successfully, but these errors were encountered: