Skip to documentation
SLOP

tiny.css.Declaration

Reference tiny.css Declaration

Defined in sheet.

One authored declaration, borrowed from the sheet source.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callssheetDeclaration
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433