Skip to main content

Module misc

Module misc 

Source
Expand description

Miscellaneous property extraction: overflow, border-radius, column layout, opacity, clear

Re-exports§

pub use super::types::OverflowBehavior;

Functions§

extract_border_radius
Extract border-radius from properties
extract_clear
Extract the clear property from a block’s PropertyList.
extract_column_count
Extract column-count from properties
extract_column_gap
Extract column-gap from properties
extract_opacity
Extract opacity from properties
extract_overflow
Extract overflow property from properties