From cf30c33b9cc18e4eb1f6422670f5013cbfab5e7b Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Thu, 9 Dec 2021 13:16:56 +0100 Subject: [PATCH] web: update Style DSL tutorial (#1567) Co-authored-by: Oleksandr Karpovich --- tutorials/Web/Style_Dsl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Web/Style_Dsl/README.md b/tutorials/Web/Style_Dsl/README.md index 38a2c18ac4..f0fa4b0678 100644 --- a/tutorials/Web/Style_Dsl/README.md +++ b/tutorials/Web/Style_Dsl/README.md @@ -74,7 +74,7 @@ The Style DSL also provides a way to combine and unify selectors: object AppStylesheet : StyleSheet() { init { - // CSSSelector.Universal can be used instead of "*" + // `universal` can be used instead of "*": `universal style {}` "*" style { fontSize(15.px) padding(0.px)