Function stylesheet
Source pub fn stylesheet(theme: &Theme) -> String
Expand description
Build the CSS for a Theme, scoped under .{root_class}.
Inject the returned block once into the host document’s <style>; it styles
every construct render can produce.