Module style::properties

source ·
Expand description

Supported CSS properties and the cascade.

Re-exports

Modules

  • The main cascading algorithm of the style system.
  • A property declaration block.
  • The CSS properties supported by the style system. Generated from the properties.mako.rs template by build.rs

Structs

Enums

  • A parsed all-shorthand value.
  • An enum to represent a CSS Wide keyword.
  • A custom property declaration value is either an unparsed value or a CSS wide-keyword.
  • A PropertyDeclarationId without references, for use as a hash map key.
  • An identifier for a given property declaration, which can be either a longhand or a custom property.
  • Representation of a CSS property, that is, either a longhand, a shorthand, or a custom property.

Type Aliases