swatchkit 0.0.16 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/layout.html +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swatchkit",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "description": "A lightweight tool for creating HTML pattern libraries.",
5
5
  "main": "build.js",
6
6
  "bin": {
package/src/layout.html CHANGED
@@ -9,14 +9,14 @@
9
9
  <!-- HEAD_EXTRAS -->
10
10
  </head>
11
11
  <body>
12
- <div class="sidebar wrapper">
13
- <nav class="flow">
12
+ <div class="sidebar">
13
+ <nav class="wrapper flow">
14
14
  <header>
15
15
  <h2>SwatchKit</h2>
16
16
  </header>
17
17
  <!-- SIDEBAR_LINKS -->
18
18
  </nav>
19
- <main class="flow">
19
+ <main class="wrapper flow">
20
20
  <!-- SWATCHES -->
21
21
  </main>
22
22
  </div>