Function sauron::prelude::html::units::pc

source ·
pub fn pc(v: impl Into<Value>) -> String
Expand description

picas (1pc = 12 pt)

Example:

use sauron::html::units::*;

assert_eq!("10pc", pc(10));

MDN reference