From 23ce7c787c60e87ccce35d5005483b8503b32cbe Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 27 Jan 2020 14:23:22 -0500 Subject: [PATCH] docs(grid): update usage to correct CSS utility classes (#20312) resolves #20302 --- core/src/components/grid/readme.md | 50 ++++++++++---------- core/src/components/grid/usage/angular.md | 16 +++---- core/src/components/grid/usage/javascript.md | 16 +++---- core/src/components/grid/usage/react.md | 16 +++---- core/src/components/grid/usage/vue.md | 16 +++---- core/src/components/modal/readme.md | 2 +- core/src/components/modal/usage/vue.md | 2 +- 7 files changed, 59 insertions(+), 59 deletions(-) diff --git a/core/src/components/grid/readme.md b/core/src/components/grid/readme.md index cfcfe366ed..cc6ca47a4d 100644 --- a/core/src/components/grid/readme.md +++ b/core/src/components/grid/readme.md @@ -5,7 +5,7 @@ The grid is a powerful mobile-first flexbox system for building custom layouts. It is composed of three units — a grid, [row(s)](../row) and [column(s)](../col). Columns will expand to fill the row, and will resize to fit additional columns. It is based on a 12 column layout with different breakpoints based on the screen size. The number of columns can be customized using CSS. -See [Grid Layout](/docs/layout/grid) for more information. +See the [Responsive Grid documentation](/docs/layout/grid) for more information. @@ -86,13 +86,13 @@ See [Grid Layout](/docs/layout/grid) for more information. - + ion-col [start] - + ion-col [center] - + ion-col [end] @@ -102,14 +102,14 @@ See [Grid Layout](/docs/layout/grid) for more information. - + [start] ion-col [start] ion-col - + [start] ion-col [end] @@ -119,7 +119,7 @@ See [Grid Layout](/docs/layout/grid) for more information. - + [center] ion-col @@ -136,11 +136,11 @@ See [Grid Layout](/docs/layout/grid) for more information. - + [end] ion-col - + [end] ion-col [start] @@ -250,9 +250,9 @@ export const GridExample: React.FC = () => ( - ion-col start - ion-col center - ion-col end + ion-col start + ion-col center + ion-col end ion-col
# @@ -260,10 +260,10 @@ export const GridExample: React.FC = () => (
- + start ion-col start ion-col - start ion-col end + start ion-col end ion-col
# @@ -271,7 +271,7 @@ export const GridExample: React.FC = () => (
- + center ion-col center ion-col center ion-col @@ -282,9 +282,9 @@ export const GridExample: React.FC = () => ( - + end ion-col - end ion-col start + end ion-col start end ion-col ion-col @@ -412,13 +412,13 @@ export const GridExample: React.FC = () => (
- + ion-col [start] - + ion-col [center] - + ion-col [end] @@ -428,14 +428,14 @@ export const GridExample: React.FC = () => ( - + [start] ion-col [start] ion-col - + [start] ion-col [end] @@ -445,7 +445,7 @@ export const GridExample: React.FC = () => ( - + [center] ion-col @@ -462,11 +462,11 @@ export const GridExample: React.FC = () => ( - + [end] ion-col - + [end] ion-col [start] diff --git a/core/src/components/grid/usage/angular.md b/core/src/components/grid/usage/angular.md index 310eb8d938..704c0a655b 100644 --- a/core/src/components/grid/usage/angular.md +++ b/core/src/components/grid/usage/angular.md @@ -70,13 +70,13 @@ - + ion-col [start] - + ion-col [center] - + ion-col [end] @@ -86,14 +86,14 @@ - + [start] ion-col [start] ion-col - + [start] ion-col [end] @@ -103,7 +103,7 @@ - + [center] ion-col @@ -120,11 +120,11 @@ - + [end] ion-col - + [end] ion-col [start] diff --git a/core/src/components/grid/usage/javascript.md b/core/src/components/grid/usage/javascript.md index 310eb8d938..704c0a655b 100644 --- a/core/src/components/grid/usage/javascript.md +++ b/core/src/components/grid/usage/javascript.md @@ -70,13 +70,13 @@ - + ion-col [start] - + ion-col [center] - + ion-col [end] @@ -86,14 +86,14 @@ - + [start] ion-col [start] ion-col - + [start] ion-col [end] @@ -103,7 +103,7 @@ - + [center] ion-col @@ -120,11 +120,11 @@ - + [end] ion-col - + [end] ion-col [start] diff --git a/core/src/components/grid/usage/react.md b/core/src/components/grid/usage/react.md index fba5465875..04397a8558 100644 --- a/core/src/components/grid/usage/react.md +++ b/core/src/components/grid/usage/react.md @@ -51,9 +51,9 @@ export const GridExample: React.FC = () => ( - ion-col start - ion-col center - ion-col end + ion-col start + ion-col center + ion-col end ion-col
# @@ -61,10 +61,10 @@ export const GridExample: React.FC = () => (
- + start ion-col start ion-col - start ion-col end + start ion-col end ion-col
# @@ -72,7 +72,7 @@ export const GridExample: React.FC = () => (
- + center ion-col center ion-col center ion-col @@ -83,9 +83,9 @@ export const GridExample: React.FC = () => ( - + end ion-col - end ion-col start + end ion-col start end ion-col ion-col diff --git a/core/src/components/grid/usage/vue.md b/core/src/components/grid/usage/vue.md index 96547bd35f..c52b259805 100644 --- a/core/src/components/grid/usage/vue.md +++ b/core/src/components/grid/usage/vue.md @@ -71,13 +71,13 @@
- + ion-col [start] - + ion-col [center] - + ion-col [end] @@ -87,14 +87,14 @@ - + [start] ion-col [start] ion-col - + [start] ion-col [end] @@ -104,7 +104,7 @@ - + [center] ion-col @@ -121,11 +121,11 @@ - + [end] ion-col - + [end] ion-col [start] diff --git a/core/src/components/modal/readme.md b/core/src/components/modal/readme.md index b1169ee2cb..516d958dcc 100644 --- a/core/src/components/modal/readme.md +++ b/core/src/components/modal/readme.md @@ -387,7 +387,7 @@ export default { ```html