[][src]Function sauron::html::units::px

pub fn px<V>(v: V) -> String where
    V: Into<Value>, 

a helper function which append px into a value Example:

This example is not tested
style("width", px(100))