Reputation: 8069
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
Reputation: 53248
You can read more about it here:
@-ms-viewport rule (Internet Explorer)
Specifies properties that describe the viewport.
Upvotes: 7