patch release, 1.6.3 which fixes https://github.com/widgetti/solara/issues/140
GitHub
Autoreload disables solara.Style(...) · Issue #140 · widgetti/solara
Let's say I have the following code: import solara as sl css = """ .test { color: red; font-size: 100px; } """ @sl.component def Page(): sl.Style(css) sl.Text(&quo...
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?