Module sheet

Module sheet 

Source
Expand description

The style sheet data structures.

Modules§

str_store
String utilities for the binary format.

Structs§

FontFace
A `@font-face`` definition.
FontUrl
KeyFrameRule
A keyframe item in @keyframes, e.g. 50% { ... }.
KeyFrames
A `@keyframes`` definition.
LinkedStyleSheet
A fully-parsed style sheet file.
Rule
A CSS rule, e.g. .my-class { ... }.
RuleWeight
The weight of a rule (unique for each rule).
StyleSheet
A style sheet body without @import information.

Enums§

FontDisplay
FontSrc
KeyFrame
The percentage field in a keyframe item.
PropertyMeta
A CSS property with some metadata.
PseudoElements
The CSS pseudo-elements.
Theme
The current theme of the system environment, e.g. dark mode.