2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Remove unsupported vendor prefixes for @viewport (#19955)

Fixes #19871
This commit is contained in:
eiselzby
2016-06-02 19:04:20 +02:00
committed by Chris Rebert
parent 0b4c1b24c1
commit 7864eb4c54
2 changed files with 0 additions and 4 deletions
@@ -8,8 +8,6 @@
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }