monks/caret

{{SeeCompatTable}}

The caret shorthand CSS property sets the appearance and behavior of the insertion caret in a single declaration.

Values

pub const auto_: #(String, String)

auto value of caret

pub const bar: #(String, String)

bar value of caret

pub const block: #(String, String)

block value of caret

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

Enter a raw string value for caret

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const underscore: #(String, String)

underscore value of caret

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

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

Search Document