Emmet wrap with multiple class arguments? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

24th Oct 2020, 1:33 PM
CodingCop
CodingCop - avatar
1 Answer
+ 1
.col-12.col-med-6.col-lg-3
25th Oct 2020, 3:36 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar