bootstrap-grid.scss 648B

123456789101112131415161718192021222324252627282930313233343536
  1. /*!
  2. * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
  3. * Copyright 2011-2017 The Bootstrap Authors
  4. * Copyright 2011-2017 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. //
  22. // Grid mixins
  23. //
  24. @import "mixins/breakpoints";
  25. @import "mixins/grid-framework";
  26. @import "mixins/grid";
  27. @import "grid";
  28. @import "utilities/flex";