Module rule

Module rule 

Source
Expand description

The [@property] at-rule.

https://drafts.css-houdini.org/css-properties-values-api-1/#at-property-rule

Re-exports§

pub use super::syntax::Descriptor as SyntaxDescriptor;
pub use crate::properties::property::DescriptorId;
pub use crate::properties::property::DescriptorParser;
pub use crate::properties::property::Descriptors;

Structs§

PropertyRuleName
A custom property name wrapper that includes the -- prefix in its serialization

Enums§

Inherits
https://drafts.css-houdini.org/css-properties-values-api-1/#inherits-descriptor
PropertyRegistrationError
Errors that can happen when registering a property.

Functions§

parse_property_block
Parse the block inside a @property rule.

Type Aliases§

InitialValue
Specifies the initial value of the custom property registration represented by the @property rule, controlling the property’s initial value.