Skip to main content

Module style

Module style 

Source
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 the border-radius shorthand parser.
box_shadow
Shared types for CSS shadow properties (used by both box-shadow and text-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-type and list-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.