Function relm4::set_global_css
source · pub fn set_global_css(style_data: &[u8])
Expand description
Sets a custom global stylesheet.
Panics
This function panics if RelmApp::new
wasn’t called before
or this function is not called on the thread that also called RelmApp::new
.