Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 340 Bytes

File metadata and controls

23 lines (16 loc) · 340 Bytes

Contributing

Beam CSS uses Conventional Commits and keeps the class-string grammar as a public API contract.

Local Checks

pnpm install
pnpm build
pnpm test

Rust checks:

cargo test --workspace
cargo audit

Parser changes should add golden output tests and keep the fuzz target running without panics or hangs.