bootstrap-grid.scss 649 B

1234567891011121314151617181920212223242526272829303132
  1. /*!
  2. * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
  3. * Copyright 2011-2018 The Bootstrap Authors
  4. * Copyright 2011-2018 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. */
  7. @at-root {
  8. @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
  9. }
  10. html {
  11. box-sizing: border-box;
  12. -ms-overflow-style: scrollbar;
  13. }
  14. *,
  15. *::before,
  16. *::after {
  17. box-sizing: inherit;
  18. }
  19. @import "functions";
  20. @import "variables";
  21. @import "mixins/breakpoints";
  22. @import "mixins/grid-framework";
  23. @import "mixins/grid";
  24. @import "grid";
  25. @import "utilities/display";
  26. @import "utilities/flex";