Skip to content

Commit 2c6837f

Browse files
committed
v.5.3.4
1 parent 6beed3a commit 2c6837f

File tree

54 files changed

+259
-259
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+259
-259
lines changed

docs/docs/1-getting-started/accessibility/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@
309309
<div id="side-menu-wrap" class="p-2 md:pt-4 pb-6">
310310

311311
<div class="mb-3 sm:hidden">
312-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
312+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
314314
</div>
315315

316316
<p class="h5 mb-2 t-semibold">Documentation</p>
@@ -686,10 +686,10 @@ <h3 id="apps-and-browser-extensions" tabindex="-1">Apps and browser extensions</
686686
<hr>
687687
<nav class="list-style-type-none mb-0 pl-0 flex flex-wrap flex-grow-auto col-gap-4">
688688

689-
<li class="py-1"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/improvements-since-codebase-4">❮ Improvements since Codebase 4</a></li>
689+
<li class="py-1"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/improvements-since-codebase-4">❮ Improvements since Codebase 4</a></li>
690690

691691

692-
<li class="py-1 t-right"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-right" href="/codebase-5/docs/2-classless-basics/block-elements">Block elements ❯</a></li>
692+
<li class="py-1 t-right"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-right" href="/codebase-5/docs/2-classless-basics/block-elements">Block elements ❯</a></li>
693693

694694
</nav>
695695
</div>
@@ -699,7 +699,7 @@ <h3 id="apps-and-browser-extensions" tabindex="-1">Apps and browser extensions</
699699

700700
<footer class="relative py-3 bg-gray-900 t-center t-gray-400">
701701
<p class="sm:mt-3">
702-
<a id="site-footer-title" class="h3 inline-block t-decoration-none t-white hover:t-white" href="/codebase-5/">
702+
<a id="site-footer-title" class="h3 inline-block t-no-underline t-white hover:t-white" href="/codebase-5/">
703703
<span class="inline-flex flex-column flex-middle flex-center">
704704
<!-- Codebase logo -->
705705
<svg style="height: 60px;" viewBox="0 0 340 180" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="2"><path d="M195.956 115.956c14.059-14.059 36.853-14.059 50.912 0 14.058 14.059 14.058 36.853 0 50.912L323.235 90.5l-76.367-76.368c14.058 14.059 14.058 36.853 0 50.912-14.059 14.059-36.853 14.059-50.912 0-14.059-14.059-36.853-14.059-50.912 0-14.059 14.059-14.059 36.853 0 50.912 14.059 14.059 36.853 14.059 50.912 0M17.765 90.5l76.367-76.368c-42.176 42.177-42.176 110.559 0 152.736L17.765 90.5z" fill-rule="nonzero" fill="currentColor" stroke="currentColor" stroke-width="10"></path></svg>

docs/docs/1-getting-started/css-variables/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@
309309
<div id="side-menu-wrap" class="p-2 md:pt-4 pb-6">
310310

311311
<div class="mb-3 sm:hidden">
312-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
312+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
314314
</div>
315315

316316
<p class="h5 mb-2 t-semibold">Documentation</p>
@@ -576,10 +576,10 @@ <h3 id="example%3A-how-codebase-uses-color-variables" tabindex="-1">Example: How
576576
<hr>
577577
<nav class="list-style-type-none mb-0 pl-0 flex flex-wrap flex-grow-auto col-gap-4">
578578

579-
<li class="py-1"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/element-grid">❮ Element grid</a></li>
579+
<li class="py-1"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/element-grid">❮ Element grid</a></li>
580580

581581

582-
<li class="py-1 t-right"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/improvements-since-codebase-4">Improvements since Codebase 4 ❯</a></li>
582+
<li class="py-1 t-right"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/improvements-since-codebase-4">Improvements since Codebase 4 ❯</a></li>
583583

584584
</nav>
585585
</div>
@@ -589,7 +589,7 @@ <h3 id="example%3A-how-codebase-uses-color-variables" tabindex="-1">Example: How
589589

590590
<footer class="relative py-3 bg-gray-900 t-center t-gray-400">
591591
<p class="sm:mt-3">
592-
<a id="site-footer-title" class="h3 inline-block t-decoration-none t-white hover:t-white" href="/codebase-5/">
592+
<a id="site-footer-title" class="h3 inline-block t-no-underline t-white hover:t-white" href="/codebase-5/">
593593
<span class="inline-flex flex-column flex-middle flex-center">
594594
<!-- Codebase logo -->
595595
<svg style="height: 60px;" viewBox="0 0 340 180" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="2"><path d="M195.956 115.956c14.059-14.059 36.853-14.059 50.912 0 14.058 14.059 14.058 36.853 0 50.912L323.235 90.5l-76.367-76.368c14.058 14.059 14.058 36.853 0 50.912-14.059 14.059-36.853 14.059-50.912 0-14.059-14.059-36.853-14.059-50.912 0-14.059 14.059-14.059 36.853 0 50.912 14.059 14.059 36.853 14.059 50.912 0M17.765 90.5l76.367-76.368c-42.176 42.177-42.176 110.559 0 152.736L17.765 90.5z" fill-rule="nonzero" fill="currentColor" stroke="currentColor" stroke-width="10"></path></svg>

docs/docs/1-getting-started/element-grid/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@
309309
<div id="side-menu-wrap" class="p-2 md:pt-4 pb-6">
310310

311311
<div class="mb-3 sm:hidden">
312-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
312+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
314314
</div>
315315

316316
<p class="h5 mb-2 t-semibold">Documentation</p>
@@ -596,10 +596,10 @@ <h2 id="utility-class-spacing" tabindex="-1">Utility class spacing</h2>
596596
<hr>
597597
<nav class="list-style-type-none mb-0 pl-0 flex flex-wrap flex-grow-auto col-gap-4">
598598

599-
<li class="py-1"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/responsive-design">❮ Responsive design</a></li>
599+
<li class="py-1"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/responsive-design">❮ Responsive design</a></li>
600600

601601

602-
<li class="py-1 t-right"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/css-variables">CSS variables ❯</a></li>
602+
<li class="py-1 t-right"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/css-variables">CSS variables ❯</a></li>
603603

604604
</nav>
605605
</div>
@@ -609,7 +609,7 @@ <h2 id="utility-class-spacing" tabindex="-1">Utility class spacing</h2>
609609

610610
<footer class="relative py-3 bg-gray-900 t-center t-gray-400">
611611
<p class="sm:mt-3">
612-
<a id="site-footer-title" class="h3 inline-block t-decoration-none t-white hover:t-white" href="/codebase-5/">
612+
<a id="site-footer-title" class="h3 inline-block t-no-underline t-white hover:t-white" href="/codebase-5/">
613613
<span class="inline-flex flex-column flex-middle flex-center">
614614
<!-- Codebase logo -->
615615
<svg style="height: 60px;" viewBox="0 0 340 180" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="2"><path d="M195.956 115.956c14.059-14.059 36.853-14.059 50.912 0 14.058 14.059 14.058 36.853 0 50.912L323.235 90.5l-76.367-76.368c14.058 14.059 14.058 36.853 0 50.912-14.059 14.059-36.853 14.059-50.912 0-14.059-14.059-36.853-14.059-50.912 0-14.059 14.059-14.059 36.853 0 50.912 14.059 14.059 36.853 14.059 50.912 0M17.765 90.5l76.367-76.368c-42.176 42.177-42.176 110.559 0 152.736L17.765 90.5z" fill-rule="nonzero" fill="currentColor" stroke="currentColor" stroke-width="10"></path></svg>

docs/docs/1-getting-started/improvements-since-codebase-4/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@
309309
<div id="side-menu-wrap" class="p-2 md:pt-4 pb-6">
310310

311311
<div class="mb-3 sm:hidden">
312-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
312+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
314314
</div>
315315

316316
<p class="h5 mb-2 t-semibold">Documentation</p>
@@ -610,10 +610,10 @@ <h2 id="gulp-is-no-longer-required" tabindex="-1">Gulp is no longer required</h2
610610
<hr>
611611
<nav class="list-style-type-none mb-0 pl-0 flex flex-wrap flex-grow-auto col-gap-4">
612612

613-
<li class="py-1"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/css-variables">❮ CSS variables</a></li>
613+
<li class="py-1"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/css-variables">❮ CSS variables</a></li>
614614

615615

616-
<li class="py-1 t-right"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/accessibility">Accessibility ❯</a></li>
616+
<li class="py-1 t-right"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/accessibility">Accessibility ❯</a></li>
617617

618618
</nav>
619619
</div>
@@ -623,7 +623,7 @@ <h2 id="gulp-is-no-longer-required" tabindex="-1">Gulp is no longer required</h2
623623

624624
<footer class="relative py-3 bg-gray-900 t-center t-gray-400">
625625
<p class="sm:mt-3">
626-
<a id="site-footer-title" class="h3 inline-block t-decoration-none t-white hover:t-white" href="/codebase-5/">
626+
<a id="site-footer-title" class="h3 inline-block t-no-underline t-white hover:t-white" href="/codebase-5/">
627627
<span class="inline-flex flex-column flex-middle flex-center">
628628
<!-- Codebase logo -->
629629
<svg style="height: 60px;" viewBox="0 0 340 180" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="2"><path d="M195.956 115.956c14.059-14.059 36.853-14.059 50.912 0 14.058 14.059 14.058 36.853 0 50.912L323.235 90.5l-76.367-76.368c14.058 14.059 14.058 36.853 0 50.912-14.059 14.059-36.853 14.059-50.912 0-14.059-14.059-36.853-14.059-50.912 0-14.059 14.059-14.059 36.853 0 50.912 14.059 14.059 36.853 14.059 50.912 0M17.765 90.5l76.367-76.368c-42.176 42.177-42.176 110.559 0 152.736L17.765 90.5z" fill-rule="nonzero" fill="currentColor" stroke="currentColor" stroke-width="10"></path></svg>

docs/docs/1-getting-started/introduction/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@
309309
<div id="side-menu-wrap" class="p-2 md:pt-4 pb-6">
310310

311311
<div class="mb-3 sm:hidden">
312-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
312+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
314314
</div>
315315

316316
<p class="h5 mb-2 t-semibold">Documentation</p>
@@ -629,7 +629,7 @@ <h2 id="browser-support" tabindex="-1">Browser support</h2>
629629
<nav class="list-style-type-none mb-0 pl-0 flex flex-wrap flex-grow-auto col-gap-4">
630630

631631

632-
<li class="py-1 t-right"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/responsive-design">Responsive design ❯</a></li>
632+
<li class="py-1 t-right"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/responsive-design">Responsive design ❯</a></li>
633633

634634
</nav>
635635
</div>
@@ -639,7 +639,7 @@ <h2 id="browser-support" tabindex="-1">Browser support</h2>
639639

640640
<footer class="relative py-3 bg-gray-900 t-center t-gray-400">
641641
<p class="sm:mt-3">
642-
<a id="site-footer-title" class="h3 inline-block t-decoration-none t-white hover:t-white" href="/codebase-5/">
642+
<a id="site-footer-title" class="h3 inline-block t-no-underline t-white hover:t-white" href="/codebase-5/">
643643
<span class="inline-flex flex-column flex-middle flex-center">
644644
<!-- Codebase logo -->
645645
<svg style="height: 60px;" viewBox="0 0 340 180" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="2"><path d="M195.956 115.956c14.059-14.059 36.853-14.059 50.912 0 14.058 14.059 14.058 36.853 0 50.912L323.235 90.5l-76.367-76.368c14.058 14.059 14.058 36.853 0 50.912-14.059 14.059-36.853 14.059-50.912 0-14.059-14.059-36.853-14.059-50.912 0-14.059 14.059-14.059 36.853 0 50.912 14.059 14.059 36.853 14.059 50.912 0M17.765 90.5l76.367-76.368c-42.176 42.177-42.176 110.559 0 152.736L17.765 90.5z" fill-rule="nonzero" fill="currentColor" stroke="currentColor" stroke-width="10"></path></svg>

docs/docs/1-getting-started/responsive-design/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@
309309
<div id="side-menu-wrap" class="p-2 md:pt-4 pb-6">
310310

311311
<div class="mb-3 sm:hidden">
312-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313-
<div><a class="block py-1 t-decoration-none hover:t-decoration-underline t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
312+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="/codebase-5/dist/codebase.css?v=5.3.4">Download</a></div>
313+
<div><a class="block py-1 t-underline-hover-only t-gray-600 hover:t-gray-900" href="https://github.com/codebase-frontend-library/codebase-5">Github</a></div>
314314
</div>
315315

316316
<p class="h5 mb-2 t-semibold">Documentation</p>
@@ -669,10 +669,10 @@ <h2 id="infographic%3A-responsive-css-classes-in-codebase" tabindex="-1">Infogra
669669
<hr>
670670
<nav class="list-style-type-none mb-0 pl-0 flex flex-wrap flex-grow-auto col-gap-4">
671671

672-
<li class="py-1"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/introduction">❮ Introduction</a></li>
672+
<li class="py-1"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-left" href="/codebase-5/docs/1-getting-started/introduction">❮ Introduction</a></li>
673673

674674

675-
<li class="py-1 t-right"><a class="inline-block t-decoration-none t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/element-grid">Element grid ❯</a></li>
675+
<li class="py-1 t-right"><a class="inline-block t-underline-hover-only t-gray-900 hover:t-black float-right" href="/codebase-5/docs/1-getting-started/element-grid">Element grid ❯</a></li>
676676

677677
</nav>
678678
</div>
@@ -682,7 +682,7 @@ <h2 id="infographic%3A-responsive-css-classes-in-codebase" tabindex="-1">Infogra
682682

683683
<footer class="relative py-3 bg-gray-900 t-center t-gray-400">
684684
<p class="sm:mt-3">
685-
<a id="site-footer-title" class="h3 inline-block t-decoration-none t-white hover:t-white" href="/codebase-5/">
685+
<a id="site-footer-title" class="h3 inline-block t-no-underline t-white hover:t-white" href="/codebase-5/">
686686
<span class="inline-flex flex-column flex-middle flex-center">
687687
<!-- Codebase logo -->
688688
<svg style="height: 60px;" viewBox="0 0 340 180" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-miterlimit="2"><path d="M195.956 115.956c14.059-14.059 36.853-14.059 50.912 0 14.058 14.059 14.058 36.853 0 50.912L323.235 90.5l-76.367-76.368c14.058 14.059 14.058 36.853 0 50.912-14.059 14.059-36.853 14.059-50.912 0-14.059-14.059-36.853-14.059-50.912 0-14.059 14.059-14.059 36.853 0 50.912 14.059 14.059 36.853 14.059 50.912 0M17.765 90.5l76.367-76.368c-42.176 42.177-42.176 110.559 0 152.736L17.765 90.5z" fill-rule="nonzero" fill="currentColor" stroke="currentColor" stroke-width="10"></path></svg>

0 commit comments

Comments
 (0)