Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the tag @-ms-viewport in twitter-bootstrap?

In my Twitter Bootstrap (Responsive) file, version 2.2.2, there is a tag

@-ms-viewport { 
    width: device-width 
}

I have seen @media and other @s. But there is no documentation for @-ms-viewport. Is it related to Microsoft or IE? Why is it the first style declaration?

like image 856
Om Shankar Avatar asked Feb 08 '13 10:02

Om Shankar


1 Answers

You can read more about it here:

@-ms-viewport rule (Internet Explorer)

Specifies properties that describe the viewport.

like image 195
BenM Avatar answered Sep 19 '22 01:09

BenM