Open keller-mark opened 2 months ago
Want to enable
CSS = """ .my-container { color: red; } """ with h.div(class_name="my-container"): h.h1("Test") w = RootWidget(h.root, css=CSS) w
Want to enable