azul-css 0.0.7

Common datatypes used for styling applications using the Azul desktop GUI framework
Documentation
//! Style properties (visual effects, backgrounds, borders, etc.)

pub mod azul_exclusion;
pub mod background;
pub mod border;
pub mod border_radius;
pub mod box_shadow;
pub mod content;
pub mod effects;
pub mod filter;
pub mod lists;
pub mod scrollbar;
pub mod selection;
pub mod text;
pub mod transform;

pub use self::{
    azul_exclusion::*, background::*, border::*, border_radius::*, box_shadow::*, content::*,
    effects::*, filter::*, lists::*, scrollbar::*, selection::*, text::*, transform::*,
};