mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Add map-name param to _assert-starts-at-zero (#24986)
* Add map-name param to _assert-starts-at-zero * Set default value for backwards compatibility
This commit is contained in:
committed by
Martijn Cuppens
parent
eb1313d213
commit
b647dd0565
@@ -196,7 +196,7 @@ $grid-breakpoints: (
|
||||
) !default;
|
||||
|
||||
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
|
||||
@include _assert-starts-at-zero($grid-breakpoints);
|
||||
@include _assert-starts-at-zero($grid-breakpoints, "$grid-breakpoints");
|
||||
|
||||
|
||||
// Grid containers
|
||||
|
||||
Reference in New Issue
Block a user