Expand description
The style sheet data structures.
Modules§
- String utilities for the binary format.
Structs§
- A `@font-face`` definition.
- A keyframe item in
@keyframes
, e.g.50% { ... }
. - A `@keyframes`` definition.
- A fully-parsed style sheet file.
- A CSS rule, e.g.
.my-class { ... }
. - The weight of a rule (unique for each rule).
- A style sheet body without
@import
information.
Enums§
- The percentage field in a keyframe item.
- A CSS property with some metadata.
- The current theme of the system environment, e.g. dark mode.