Expand description
Transpile panes layouts into CSS flexbox and grid declarations.
Functionsยง
- emit
- Emit a CSS string from a
Layouttree. - emit_
adaptive - Emit CSS with
@mediawrappers for adaptive breakpoints. - emit_
full - Emit CSS with both overlay positioning and transition properties.
- emit_
with_ overlays - Emit CSS including absolute-positioned overlay rules.
- emit_
with_ transitions - Emit CSS with transition properties on all panel selectors.