0
Emmet wrap with multiple class arguments?
I am familiar with Emmet's wrap feature, which allows me to wrap an element by selecting it and typing div.classarguments. Is there a way to enter multiple class arguments? Basically I want to end up with <div class="col-12 col-med-6 col-lg-3"></div>
1 Réponse
+ 1
.col-12.col-med-6.col-lg-3