Page 1 of 1

FIXED: Emmet bug - button class

Posted: 22 Dec 2022 17:59
by crtrubshaw
Hi Rickard, I'm not sure if this should be posted here, I don't know how you implement emmet, but if I type:

button.grey

And expand, I end up with:

<button><span class="grey"></span></button>

I should be getting:

<button class="grey"></button>

Thanks.

Re: Emmet bug - button class

Posted: 23 Dec 2022 10:53
by Rickard Johansson
It's been fixed in the next release (v15.72). Thanks!