tanangular
tanangular
add hacktoberfest 2022 "hello world" in rust version.
I found some bugs when use css directive with normal css class name. **How to reproduce:** i use parcel as bundler. ``` /* html */ body, html { font-family: 'Cascadia...
I think that it should be "someClassA" css class name in example5.
Following a document in litedom repo: **Example 5 - Directives: If/Else, For, Style, Class** ``` .somAClass { color: blue } .myClassB { color: red } .... ..... ``` i think...