We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c36d7 commit 3050dd4Copy full SHA for 3050dd4
README.md
@@ -14,7 +14,7 @@ let css = Stylesheet {
14
Element(.div) {
15
BackgroundColor(.red)
16
Color(.white)
17
- TextAlign("left")
+ TextAlign(.left)
18
}
19
.pseudo(.nthChild(2))
20
0 commit comments