Skip to content

Commit e464187

Browse files
blueneogeogitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 8fc9888 commit e464187

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guide/styling-with-css.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ Note the colon before `TableCellVerticleAlignment.middle`in the pug file.
9696

9797
**Flutter-view provides many shortcut properties, that let you style in a CSS-style manner.**
9898

99-
Some examples are [color](../reference/css-properties.md#color-color), [padding](../reference/css-properties.md#padding), [margin](../reference/css-properties.md#margin) and [background-image](../reference/css-properties.md#box-shadow-1).
100-
101-
See the [shortcut properties reference](../reference/css-properties.md) for the full list.
99+
Some examples are [color](../reference/css-properties.md#color-color), [padding](../reference/css-properties.md#padding), [margin](../reference/css-properties.md#margin) and [background-image](../reference/css-properties.md#box-shadow-1). See the [shortcut properties reference](../reference/css-properties.md) for the full list.
102100

103101
As an example, consider the following Pug layout we want to style \(taken and converted into flutter-view Pug from the [Flutter Card sample](https://docs.flutter.io/flutter/material/Card-class.html)\):
104102

0 commit comments

Comments
 (0)