Browse Source

web: update Style DSL tutorial (#1567)

Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
web_benchmark_investigation
Oleksandr Karpovich 3 years ago committed by GitHub
parent
commit
cf30c33b9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Web/Style_Dsl/README.md

2
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)

Loading…
Cancel
Save