mattn / emmet-vim

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

Add meta tag for responsiviness #490

Open trinaldi opened 4 years ago

trinaldi commented 4 years ago

The usual html:5_ snippet does not have the meta tag with the contents name="viewport" content="width=device-width, initial-scale=1", which allows the website to be responsive.

This commit also cleans some white spaces.

cikal commented 3 years ago

+1 for this, also im suggest for adding one more meta for compatibility

<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">