tiny.css.Declaration
Defined in sheet.
One authored declaration, borrowed from the sheet source.
API (3)
Fields and members
Public fields and members.
Source
Source: lib/css/src/sheet.zig:36
zig
/// One authored declaration, borrowed from the sheet source.pub const Declaration = struct { property: []const u8, value: []const u8, important: bool = false,};Source: lib/css/src/root.zig:48
zig
pub const Declaration = sheet.Declaration;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 3 |
| Version | 26.7.0 |
| Revision | daab053ee433 |