bootstrap-grid.less 858 B

12345678910111213141516171819202122232425262728293031323334
  1. /*!
  2. * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
  3. * Copyright 2011-2020 The Bootstrap Authors
  4. * Copyright 2011-2020 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  6. *
  7. * Compiled using Bootstrap Less Port v2.4.3 (https://github.com/seanCodes/bootstrap-less-port)
  8. * A port of Bootstrap’s Sass source code to Less.
  9. * Copyright 2017–2020 Sean Juarez
  10. * Licensed under MIT (https://github.com/seanCodes/bootstrap-less-port/blob/master/LICENSE)
  11. */
  12. html {
  13. box-sizing: border-box;
  14. -ms-overflow-style: scrollbar;
  15. }
  16. *,
  17. *::before,
  18. *::after {
  19. box-sizing: inherit;
  20. }
  21. @import "_functions";
  22. @import "_variables";
  23. @import "mixins/_breakpoints";
  24. @import "mixins/_grid-framework";
  25. @import "mixins/_grid";
  26. @import "_grid";
  27. @import "utilities/_display";
  28. @import "utilities/_flex";
  29. @import "utilities/_spacing";