pliego-css 0.1.0-rc.2

Utility-first styling compiler for Rust and PliegoRS
Documentation
1
2
3
4
5
use pliego_css::pc;

fn main() {
    let _ = pc!("[display:flex;color:red]");
}