Function sauron::vw

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

Relative to 1% of the width of the viewport*

Example:

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

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

MDN reference