mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.39k stars 411 forks source link

`font-weight` should be expanded unitless #542

Open chrisgrieser opened 1 year ago

chrisgrieser commented 1 year ago

currently, fw600 expands to font-weight: 600px; which is invalid, since font-weight is actually unitless. it should expand to font-weight: 600;.