emmet-vim icon indicating copy to clipboard operation
emmet-vim copied to clipboard

Add meta tag for responsiviness

Open trinaldi opened this issue 5 years ago • 1 comments

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.

trinaldi avatar Jul 17 '20 17:07 trinaldi

+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">

cikal avatar Oct 08 '20 10:10 cikal