The tab-size CSS property is used to customize the width of tab characters (U+0009).
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for tab-size
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for tab-size.
It will be wrapped in var() and have -- prepended.