0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 20:54:22 +01:00
Bootstrap/scss/layout/index.scss
Mark Otto 0e1aada576 Move breakpoints, containers, and grid into new layout folder
- Also remove regular flexbox grid styles, leading with CSS Grid
- Move some mixins around
2025-02-17 23:42:35 -08:00

3 lines
60 B
SCSS

@import "breakpoints";
@import "containers";
@import "grid";