Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 3ddcbb1

Browse files
committed
Fix typo in examples
1 parent 3d93062 commit 3ddcbb1

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

examples/bootstrap/css-gridish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Carbon Design Grid
1+
# Bootstrap Design Grid
22

3-
An example of [CSS Gridish](../../../README.md) generating CSS Grid code, fallback flexbox code, dev documentation, and Sketch files based on the [Carbon Design System grid.](https://github.com/carbon-design-system/carbon-components/blob/master/src/globals/grid/_grid.scss#L29-L31)
3+
An example of [CSS Gridish](../../../README.md) generating CSS Grid code, fallback flexbox code, dev documentation, and Sketch files based on the [Bootstrap v4 grid.](https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L168-174)
44

55
This grid was bootstrapped using [CSS Gridish](https://github.com/ibm/css-gridish). It includes:
66
- CSS Grid Layout code with a Flexbox fallback in CSS and SCSS
Binary file not shown.

examples/bootstrap/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Carbon Design Grid
1+
# Bootstrap Design Grid
22

3-
An example of [CSS Gridish](../../../README.md) generating CSS Grid code, fallback flexbox code, dev documentation, and Sketch files based on the [Carbon Design System grid.](https://github.com/carbon-design-system/carbon-components/blob/master/src/globals/grid/_grid.scss#L29-L31)
3+
An example of [CSS Gridish](../../../README.md) generating CSS Grid code, fallback flexbox code, dev documentation, and Sketch files based on the [Bootstrap v4 grid.](https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L168-174)
0 Bytes
Binary file not shown.

examples/material/css-gridish/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Carbon Design Grid
1+
# Material Design Grid
22

3-
An example of [CSS Gridish](../../../README.md) generating CSS Grid code, fallback flexbox code, dev documentation, and Sketch files based on the [Carbon Design System grid.](https://github.com/carbon-design-system/carbon-components/blob/master/src/globals/grid/_grid.scss#L29-L31)
3+
An example of [CSS Gridish](../../../README.md) generating CSS Grid code, fallback flexbox code, dev documentation, and Sketch files based on the [Material breakpoint system.](https://material.io/guidelines/layout/responsive-ui.html)
44

55
This grid was bootstrapped using [CSS Gridish](https://github.com/ibm/css-gridish). It includes:
66
- CSS Grid Layout code with a Flexbox fallback in CSS and SCSS
Binary file not shown.

examples/material/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Carbon Design Grid
1+
# Material Design Grid
22

3-
An example of [CSS Gridish](../../../README.md) generating CSS Grid code, fallback flexbox code, dev documentation, and Sketch files based on the [Carbon Design System grid.](https://github.com/carbon-design-system/carbon-components/blob/master/src/globals/grid/_grid.scss#L29-L31)
3+
An example of [CSS Gridish](../../../README.md) generating CSS Grid code, fallback flexbox code, dev documentation, and Sketch files based on the [Material breakpoint system.](https://material.io/guidelines/layout/responsive-ui.html)

0 commit comments

Comments
 (0)