Skip to content

Commit 719bb25

Browse files
blueneogeogitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 85ef5ad commit 719bb25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This generated function can be used like any other Dart code, and will return th
6161

6262
## Adding Styling
6363

64-
You can add Sass/CSS to styles to your view. Flutter-view contains plugins that take your CSS properties and convert them into code. For our example, you can easily add a text color, background color, some font properties, and add padding:
64+
You can add Sass/CSS to styles to your view. Flutter-view contains [shortcut properties](reference/css-properties.md) that take your CSS-like properties and convert them into code. For our example, you can easily add a text [**color**](reference/css-properties.md#color-color), [**background color**](reference/css-properties.md#box-shadow-2), some [**font properties**](reference/css-properties.md#box-shadow-8), and add [**padding**](reference/css-properties.md#padding):
6565

6666
{% tabs %}
6767
{% tab title="Pug" %}
@@ -118,9 +118,9 @@ Hello() {
118118
{% endtab %}
119119
{% endtabs %}
120120

121-
Flutter-view supports many CSS properties, and makes it easy to change styles and immediately see the effect. Since single CSS rules can apply to many elements, small CSS changes may have big code effects.
121+
Flutter-view supports [many CSS properties](reference/css-properties.md), and makes it easy to change styles and immediately see the effect. Since single CSS rules can apply to many elements, small CSS changes may have big code effects.
122122

123-
You can also fully leverage both Pug and Sass mixin and function support, allowing for some powerful patters, such as different styling based on running Android or iOS.
123+
You can also fully leverage both Pug and Sass mixin and function support, allowing for some powerful patters, such as [different styling based on running Android or iOS](guide/untitled.md).
124124

125125
## Making it Reactive
126126

0 commit comments

Comments
 (0)