In the Responsive file of my Twitter Bootstrap, which is version 2.2.2, I came across a tag
@-ms-viewport {
width: device-width
}
While I have encountered @media
and other similar tags before, there seems to be no documentation available for @-ms-viewport
. Could it possibly be related to Microsoft or Internet Explorer? And what is the reason behind it being the initial style declaration?