plumb-core 0.0.12

Deterministic design-system linter — rule engine and core types.
Documentation
1
2
3
4
5
6
7
8
//! Box-shadow rules.
//!
//! Currently exposes:
//!
//! - [`scale_conformance`] — `box-shadow` values must match a token in
//!   `shadow.scale`.

pub mod scale_conformance;