Module style::properties::generated

source ·
Expand description

The CSS properties supported by the style system. Generated from the properties.mako.rs template by build.rs

Re-exports

  • pub use self::lazy_static_module::INITIAL_SERVO_VALUES;
  • pub use self::lazy_static_module::INITIAL_SERVO_VALUES;

Modules

Macros

Structs

Enums

Constants

Statics

  • A per-longhand array of functions to perform the CSS cascade on each of them, effectively doing virtual dispatch.

Traits

  • Conversion with fewer impls than From/Into

Functions

Type Aliases

  • A per-longhand function that performs the CSS cascade for that longhand.