Om Shankar
Om Shankar

Reputation: 8069

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?

Upvotes: 6

Views: 11780

Answers (1)

BenM
BenM

Reputation: 53248

You can read more about it here:

@-ms-viewport rule (Internet Explorer)

Specifies properties that describe the viewport.

Upvotes: 7

Related Questions