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 would like to be able to write .myClass#myID and expand it to <div class="myClass" id="myID">|</div> instead of the other way around. Is this possible? Currently the id gets ignored and only the class makes it to the expanded version.
The text was updated successfully, but these errors were encountered:
I would like to be able to write
.myClass#myID
and expand it to<div class="myClass" id="myID">|</div>
instead of the other way around. Is this possible? Currently the id gets ignored and only the class makes it to the expanded version.The text was updated successfully, but these errors were encountered: