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§
- Property
Rule Name - 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
- Property
Registration Error - Errors that can happen when registering a property.
Functions§
- parse_
property_ block - Parse the block inside a
@propertyrule.
Type Aliases§
- Initial
Value - Specifies the initial value of the custom property registration represented by the @property rule, controlling the property’s initial value.