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§
- A generic value for a single
box-shadow
. - A generic value for the
drop-shadow()
filter and thetext-shadow
property.
Enums§
- A generic value for a single
filter
.