docs(grid): update breakpoints map to begin with 0

closes driftcyo/ionic-site#1021
This commit is contained in:
Brandy Carney
2017-03-27 16:59:36 -04:00
parent 43de89f096
commit e8ba41aac2

View File

@ -521,7 +521,7 @@ import { Directive } from '@angular/core';
* *
* ``` * ```
* $grid-breakpoints: ( * $grid-breakpoints: (
* sm: 480px, * sm: 0,
* md: 768px, * md: 768px,
* lg: 1024px * lg: 1024px
* ); * );