We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bf438 commit 1614ab1Copy full SHA for 1614ab1
docs/dom-utils.md
@@ -1,7 +1,7 @@
1
2
# There are some helpers to manipulate DOM with no explicit f(classes) calls.
3
4
-Setting fela styles to elements dound by selectors similarly to CSS ones,
+Setting fela styles to elements found by selectors similarly to CSS ones,
5
but root "classes" or argument props, if not used with lit-css, are TAG selectors.
6
To find some more complex stuff, use modifiers like `.div.thisClass:hover` etc.
7
**It's safe to leave it as is during SSR, 'cause there's a check inside,
@@ -19,4 +19,4 @@ renderer.setClasses(css`
19
font-size 18px
20
}
21
`)
22
-```
+```
0 commit comments