Home

Awesome

zss

zss is a CSS layout engine and document renderer, written in Zig.

Building zss

To build zss, simply run zig build --help to see your options.

zss uses unstable (master) versions of Zig. Using a fairly recent version of the Zig compiler (0.13 or later) is recommended.

Standards Implemented

In general, zss tries to implement the standards contained in CSS Snapshot 2023.

ModuleLevelProgress
CSS Level 22.2Partial
Syntax3Partial
Selectors3Partial
Cascading and Inheritance4Partial
Backgrounds and Borders3Partial
Values and Units3Partial
Namespaces3Partial

License

zss is licensed under the GNU General Public License, version 3 only. Copyright (C) 2020-2024 Chadwain Holness.

A copy of this license can be found in LICENSE.