Skip to main content

panes_css/
lib.rs

1//! Transpile panes layouts into CSS flexbox and grid declarations.
2
3mod emit;
4
5pub use emit::emit;