Module effects

Source
Expand description

Generic types for CSS values related to effects.

Re-exports§

pub use self::GenericBoxShadow as BoxShadow;
pub use self::GenericFilter as Filter;
pub use self::GenericSimpleShadow as SimpleShadow;

Structs§

GenericBoxShadow
A generic value for a single box-shadow.
GenericSimpleShadow
A generic value for the drop-shadow() filter and the text-shadow property.

Enums§

GenericFilter
A generic value for a single filter.