ie10-viewport-bug-workaround.less 484 B

123456789101112131415
  1. // stylelint-disable at-rule-no-vendor-prefix
  2. /*!
  3. * IE10 viewport hack for Surface/desktop Windows 8 bug
  4. * Copyright 2014-2019 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. */
  7. // See the Getting Started docs for more information:
  8. // https://getbootstrap.com/docs/3.4/getting-started/#support-ie10-width
  9. @-ms-viewport { width: device-width; }
  10. @-o-viewport { width: device-width; }
  11. @viewport { width: device-width; }