From 6a41152e1c902b06297d1bbaab48eb90f786d9f7 Mon Sep 17 00:00:00 2001 From: gtm-nayan Date: Sun, 20 Feb 2022 20:04:17 +0545 Subject: [PATCH] concision --- .../tutorial/13-advanced-styling/03-inline-styles/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/tutorial/13-advanced-styling/03-inline-styles/text.md b/site/content/tutorial/13-advanced-styling/03-inline-styles/text.md index 0a39971c54..db424e67e8 100644 --- a/site/content/tutorial/13-advanced-styling/03-inline-styles/text.md +++ b/site/content/tutorial/13-advanced-styling/03-inline-styles/text.md @@ -18,4 +18,4 @@ This can get unwieldly if you have to spread the style directive over multiple l > ``` -They share a few qualities with the class directive. One is you can use a shorthand when the name of the property and the variable are the same. So `style:color="{color}"` can be written as just `style:color`. Another is that the directives will take precedence when you set the same property through a style attribute. \ No newline at end of file +They share a few qualities with the class directive. You can use a shorthand when the name of the property and the variable are the same. So `style:color="{color}"` can be written as just `style:color`. Another is that the directives will take precedence when you set the same property through a style attribute. \ No newline at end of file