plumb-core 0.0.12

Deterministic design-system linter — rule engine and core types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Plumb walking-skeleton fixture</title>
    <style>
      body { margin: 0; padding: 13px; }
    </style>
  </head>
  <body>
    <main>hello, plumb.</main>
  </body>
</html>