CSSPositionFallbackRule

@Serializable
data class CSSPositionFallbackRule(val name: Value, val tryRules: List<CSSTryRule>)(source)

CSS position-fallback rule representation.

Official doc

Constructors

Link copied to clipboard
constructor(name: Value, tryRules: List<CSSTryRule>)

Properties

Link copied to clipboard
val name: Value
Link copied to clipboard

List of keyframes.