mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(grid): update breakpoints map to begin with 0
closes driftcyo/ionic-site#1021
This commit is contained in:
@ -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
|
||||||
* );
|
* );
|
||||||
|
Reference in New Issue
Block a user