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§
- Generic
BoxShadow - A generic value for a single
box-shadow. - Generic
Simple Shadow - A generic value for the
drop-shadow()filter and thetext-shadowproperty.
Enums§
- Generic
Filter - A generic value for a single
filter.