This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
Bootstrap
Watch
0
Star
0
Fork
0
You've already forked Bootstrap
mirror of
https://github.com/twbs/bootstrap.git
synced
2025-03-01 01:54:24 +01:00
Code
Issues
Actions
Packages
Releases
Activity
Bootstrap
/
scss
/
layout
/
index.scss
4 lines
61 B
SCSS
Raw
Normal View
History
Unescape
Escape
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
@import
"
breakpoints
"
;
@import
"
containers
"
;
Fix stylelint
2025-02-24 10:07:10 -08:00
@import
"
grid
"
;
Reference in New Issue
Copy Permalink