Fixes #4, #29, #32 Creates links as tabs in history, fixed tab error line.

This commit is contained in:
2025-06-09 19:16:59 -04:00
parent 0b5e54faa6
commit 5f050066e9
7 changed files with 360 additions and 198 deletions

View File

@@ -27,7 +27,15 @@ $tooltip-dark-allow: false;
@use "../pg/patterns/core/header/_header";
@use "../pg/patterns/core/tabs/_tabs";
@use "../pg/patterns/core/status/_status";
use
@include core.core-colour-samples;
@include tooltip.tooltip;
@include sticky-note.sticky-note;
@include status.status;
* {
box-sizing: border-box;
}
@@ -43,11 +51,7 @@ html {
}
}
@include core.core-colour-samples;
@include tooltip.tooltip;
@include sticky-note.sticky-note;
@include status.status;
article[data-status=deprecated]:not(.show-deprecated) {
display: none;