rust-less 0.1.0

A LESS to CSS parser and converter library written in Rust
Documentation
1
2
3
pub trait ToCss {
    fn to_css(&self) -> String;
}