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.
FIXED: Emmet bug - button class
- Rickard Johansson
- Site Admin
- Posts: 6783
- Joined: 19 Jul 2006 14:29
Re: Emmet bug - button class
It's been fixed in the next release (v15.72). Thanks!