Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 332 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 332 Bytes

Adds basic viewport meta tag to your meteor project.

<meta name="viewport" content="width=device-width, initial-scale=1">

Why? So your website looks nice on mobiles too.

To install

    $ meteor add superandrew:viewport

That's all.