plumb-core 0.0.4

Deterministic design-system linter — rule engine and core types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Sibling-relationship rules.
//!
//! Currently exposes:
//!
//! - [`height_consistency`] — sibling elements that share a visual row
//!   should also share a height.
//! - [`padding_consistency`] — sibling elements should share consistent
//!   padding values.

pub mod height_consistency;
pub mod padding_consistency;