@kolkrabbi/kol-theme 0.12.1 → 0.12.2
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.
|
@@ -82,6 +82,13 @@
|
|
|
82
82
|
scrollbar-width: none;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
/* Shell content grid — the rail/main/toc gutter. The gap lives HERE, not as a
|
|
86
|
+
* utility on the element: a gap-8 in the JSX outranked this layer at every
|
|
87
|
+
* width and made the 48px wide step (below, ≥1600px) dead code. */
|
|
88
|
+
.shell-content-grid {
|
|
89
|
+
gap: 32px;
|
|
90
|
+
}
|
|
91
|
+
|
|
85
92
|
.shell-sidebar-sticky::-webkit-scrollbar {
|
|
86
93
|
display: none;
|
|
87
94
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.2",
|
|
4
4
|
"description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|