mattn / emmet-vim

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

Add viewport units to expansion #368

Closed floscr closed 7 years ago

floscr commented 7 years ago

Allow expansion on viewport units

Example

// w100vh
width: 100vh;
mattn commented 7 years ago

Thank you