Added XXL breakpoint to match bootstrap v5.0

This commit is contained in:
A McIlwraith 2024-07-22 12:00:26 -04:00
parent 74fc7a4c11
commit fa165d530f

View File

@ -1,7 +1,7 @@
//- DS2 core (c) 2024 Alexander McIlwraith
//- Licensed under CC BY-SA 4.0
$grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px ) !default;
$grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 1400px ) !default;
@mixin breakpoint-debug {
body::before, body::after {