Layout von Websiten mit Bootstrap und Foundation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bootstrap-grid.scss 572B

1234567891011121314151617181920212223242526272829
  1. /*!
  2. * Bootstrap Grid v4.5.0 (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/master/LICENSE)
  6. */
  7. html {
  8. box-sizing: border-box;
  9. -ms-overflow-style: scrollbar;
  10. }
  11. *,
  12. *::before,
  13. *::after {
  14. box-sizing: inherit;
  15. }
  16. @import "functions";
  17. @import "variables";
  18. @import "mixins/breakpoints";
  19. @import "mixins/grid-framework";
  20. @import "mixins/grid";
  21. @import "grid";
  22. @import "utilities/display";
  23. @import "utilities/flex";
  24. @import "utilities/spacing";