FIXED: Emmet bug - button class

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
crtrubshaw
Posts: 322
Joined: 06 Jun 2012 11:08

FIXED: Emmet bug - button class

Post 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.
User avatar
Rickard Johansson
Site Admin
Posts: 6575
Joined: 19 Jul 2006 14:29

Re: Emmet bug - button class

Post by Rickard Johansson »

It's been fixed in the next release (v15.72). Thanks!
Post Reply