monks/text_transform

The text-transform CSS property specifies how to capitalize an element’s text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It also can help improve legibility for ruby.

Values

pub const capitalize: #(String, String)

capitalize value of text-transform

pub const full_size_kana: #(String, String)

full-size-kana value of text-transform

pub const full_width: #(String, String)

full-width value of text-transform

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const lowercase: #(String, String)

lowercase value of text-transform

pub const none: #(String, String)

none value of text-transform

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for text-transform

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub const uppercase: #(String, String)

uppercase value of text-transform

pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for text-transform. It will be wrapped in var() and have -- prepended.

Search Document