Expand description
Style properties (visual effects, backgrounds, borders, etc.)
Re-exports§
pub use self::azul_exclusion::*;pub use self::background::*;pub use self::border::*;pub use self::border_radius::*;pub use self::box_shadow::*;pub use self::content::*;pub use self::effects::*;pub use self::filter::*;pub use self::lists::*;pub use self::scrollbar::*;pub use self::selection::*;pub use self::text::*;pub use self::transform::*;
Modules§
- azul_
exclusion - Azul-specific CSS properties for advanced layout features
- background
- CSS properties for backgrounds, including colors, images, and gradients.
- border
- CSS properties for border style, width, and color.
- border_
radius - CSS properties for border radius (
border-top-left-radius,border-top-right-radius,border-bottom-left-radius,border-bottom-right-radius) and theborder-radiusshorthand parser. - box_
shadow - Shared types for CSS shadow properties (used by both
box-shadowandtext-shadow). - content
- CSS properties for generated content (
content,counter-reset,counter-increment,string-set). - effects
- CSS properties for visual effects (opacity, blending, cursor), box sizing (object-fit, object-position, aspect-ratio), and text orientation.
- filter
- CSS properties for graphical effects like blur, drop-shadow, etc.
- lists
- CSS list styling properties (
list-style-typeandlist-style-position) - scrollbar
- CSS properties for styling scrollbars.
- selection
- CSS properties for styling text selections (
-azul-selection-*). - text
- CSS properties for styling text.
- transform
- CSS properties for 2D and 3D transformations.