Expand description
The style sheet data structures.
Modules§
- str_
store - String utilities for the binary format.
Structs§
- Font
Face - A `@font-face`` definition.
- FontUrl
- KeyFrame
Rule - A keyframe item in
@keyframes
, e.g.50% { ... }
. - KeyFrames
- A `@keyframes`` definition.
- Linked
Style Sheet - A fully-parsed style sheet file.
- Rule
- A CSS rule, e.g.
.my-class { ... }
. - Rule
Weight - The weight of a rule (unique for each rule).
- Style
Sheet - A style sheet body without
@import
information.
Enums§
- Font
Display - FontSrc
- KeyFrame
- The percentage field in a keyframe item.
- Property
Meta - A CSS property with some metadata.
- Pseudo
Elements - The CSS pseudo-elements.
- Theme
- The current theme of the system environment, e.g. dark mode.