The filter CSS property applies graphical effects like blur or color shift to an element. Filters are commonly used to adjust the rendering of images, backgrounds, and borders.
Several functions, such as blur() and contrast(), are available to help you achieve predefined effects.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const none: #(String, String)
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for filter
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 filter.
It will be wrapped in var() and have -- prepended.