[config] Add example text

This commit is contained in:
2025-12-23 09:11:52 -05:00
parent 1354aac065
commit 37762504a4
4 changed files with 4 additions and 4 deletions

View File

@@ -516,7 +516,7 @@
}, },
{ {
"task": "minify-css", "task": "minify-css",
"enable": true "enable": false
} }
], ],
"output": { "output": {

View File

@@ -19,7 +19,7 @@
<div class="container"> <div class="container">
<header> <header>
<!-- The headline banner area --> <!-- The headline banner area -->
<svg style="height: 5.5rem; width: 100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"> <svg height="5.5rem" width="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<text>DS2 core</text> <text>DS2 core</text>
</svg> </svg>
<div> <div>

View File

@@ -1,7 +1,7 @@
- var site = "DS2 core" - var site = "DS2 core"
- var lang = "en-uk" - var lang = "en-uk"
- var colorpfx = "colour" - var colorpfx = "colour"
- var headings = ["What is it", "When to use it", "How to use it"] - var headings = ["What is it", "When to use it", "How to use it", "Example"]
- var downloadExtensions = ["js", "pug", "scss"] - var downloadExtensions = ["js", "pug", "scss"]
- var generateColourToken = ["colours"] - var generateColourToken = ["colours"]

View File

@@ -116,7 +116,7 @@
display: grid; display: grid;
gap: .5rem; gap: .5rem;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-template-rows: 2.5rem repeat(2, max-content); grid-template-rows: repeat(3, max-content);
.result { .result {
align-items: center; align-items: center;
border-radius: .5rem; border-radius: .5rem;