plumb-core 0.0.11

Deterministic design-system linter — rule engine and core types.
Documentation
1
2
3
4
5
6
7
8
//! Z-index rules.
//!
//! Currently exposes:
//!
//! - [`scale_conformance`] — `z-index` values must be members of
//!   `z_index.scale`.

pub mod scale_conformance;