LiveStyle.Manifest.PositionTryEntry (LiveStyle v0.13.1)
View SourceEntry structure for @position-try rules.
Summary
Functions
Gets the declarations from a position-try entry.
Gets the ident from a position-try entry.
Creates a new position-try entry.
Types
Functions
Gets the declarations from a position-try entry.
Gets the ident from a position-try entry.
Creates a new position-try entry.
Parameters
ident- The CSS dashed-ident name (e.g., "--x1abc123")declarations- The position-try declarations
Examples
PositionTryEntry.new("--x1abc123", [top: "anchor(bottom)", left: "anchor(left)"])