1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-24 22:16:38 +02: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:
Zachary Welch
2019-02-07 04:19:38 -05:00
committed by Martijn Cuppens
parent eb1313d213
commit b647dd0565
2 changed files with 4 additions and 4 deletions

View File

@@ -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