diff --git a/docs/src/customization.html b/docs/src/customization.html
index 298fa966..c56913d5 100644
--- a/docs/src/customization.html
+++ b/docs/src/customization.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Customization"
- description="You can customize themes with SCSS, or you can edit the CSS variables. All Pico's styles and colors are set with CSS custom properties (variables)."
- canonical="customization.html"
+ title=`Customization`
+ description=`You can customize themes with SCSS, or you can edit the CSS variables. All Pico's styles and colors are set with CSS custom properties (variables).`
+ canonical=`customization.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="customization-link"}
+ ${require('./_sidebar.html') active=`customization-link`}
diff --git a/docs/src/forms.html b/docs/src/forms.html
index f682df33..7f6f41be 100644
--- a/docs/src/forms.html
+++ b/docs/src/forms.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Forms"
- description="All form elements are fully responsive in pure semantic HTML, allowing forms to scale gracefully across devices and viewports."
- canonical="forms.html"
+ title=`Forms`
+ description=`All form elements are fully responsive in pure semantic HTML, allowing forms to scale gracefully across devices and viewports.`
+ canonical=`forms.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="forms-link"}
+ ${require('./_sidebar.html') active=`forms-link`}
diff --git a/docs/src/grid.html b/docs/src/grid.html
index 0479881f..60835163 100644
--- a/docs/src/grid.html
+++ b/docs/src/grid.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Grid"
- description=".grid enable a minimal grid system with auto-layout columns."
- canonical="grid.html"
+ title=`Grid`
+ description=`.grid enable a minimal grid system with auto-layout columns.`
+ canonical=`grid.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="grid-link"}
+ ${require('./_sidebar.html') active=`grid-link`}
diff --git a/docs/src/index.html b/docs/src/index.html
index 18b77b7e..2838bf6b 100644
--- a/docs/src/index.html
+++ b/docs/src/index.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Documentation"
- description="Pico works without package manager or dependencies! There are 4 ways to get started with Pico CSS: manually, from a CDN, with NPM, or with Composer."
- canonical=""
+ title=`Documentation`
+ description=`Pico works without package manager or dependencies! There are 4 ways to get started with Pico CSS: manually, from a CDN, with NPM, or with Composer.`
+ canonical=``
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="start-link"}
+ ${require('./_sidebar.html') active=`start-link`}
diff --git a/docs/src/progress.html b/docs/src/progress.html
index 109f55c6..e5ce1e29 100644
--- a/docs/src/progress.html
+++ b/docs/src/progress.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Progress"
- description="Progress bar element in pure HTML, without JavaScript."
- canonical="progress.html"
+ title=`Progress`
+ description=`Progress bar element in pure HTML, without JavaScript.`
+ canonical=`progress.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="progress-link"}
+ ${require('./_sidebar.html') active=`progress-link`}
diff --git a/docs/src/rtl.html b/docs/src/rtl.html
index b7d39f6f..479a3074 100644
--- a/docs/src/rtl.html
+++ b/docs/src/rtl.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="RTL (Right-To-Left)"
- description="Support for right-to-left text in Pico with dir='rtl'"
- canonical="rtl.html"
+ title=`RTL (Right-To-Left)`
+ description=`Support for right-to-left text in Pico with dir='rtl'`
+ canonical=`rtl.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="rtl-link"}
+ ${require('./_sidebar.html') active=`rtl-link`}
diff --git a/docs/src/scroller.html b/docs/src/scroller.html
index 57f2da63..bea1ab43 100644
--- a/docs/src/scroller.html
+++ b/docs/src/scroller.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Horizontal scroller"
- description="<figure> acts as a container to make any content scrollable horizontally."
- canonical="scroller.html"
+ title=`Horizontal scroller`
+ description=`<figure> acts as a container to make any content scrollable horizontally.`
+ canonical=`scroller.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="scroller-link"}
+ ${require('./_sidebar.html') active=`scroller-link`}
diff --git a/docs/src/tables.html b/docs/src/tables.html
index 37454d4c..d097f00c 100644
--- a/docs/src/tables.html
+++ b/docs/src/tables.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Tables"
- description="Default styles for tables without .classes"
- canonical="tables.html"
+ title=`Tables`
+ description=`Default styles for tables without .classes`
+ canonical=`tables.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="tables-link"}
+ ${require('./_sidebar.html') active=`tables-link`}
diff --git a/docs/src/themes.html b/docs/src/themes.html
index 7fccd347..1f6cb991 100644
--- a/docs/src/themes.html
+++ b/docs/src/themes.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Themes"
- description="Pico is shipped with 2 consistent themes: Light & Dark. The Light theme is used by default. The Dark theme is automatically enabled if the user has dark mode enabled ('prefers-color-scheme: dark')."
- canonical="themes.html"
+ title=`Themes`
+ description=`Pico is shipped with 2 consistent themes: Light & Dark. The Light theme is used by default. The Dark theme is automatically enabled if the user has dark mode enabled ('prefers-color-scheme: dark').`
+ canonical=`themes.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="themes-link"}
+ ${require('./_sidebar.html') active=`themes-link`}
diff --git a/docs/src/tooltips.html b/docs/src/tooltips.html
index ca735ca9..be225a3b 100644
--- a/docs/src/tooltips.html
+++ b/docs/src/tooltips.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="Tooltips"
- description="Enable tooltips everywhere in pure HTML, without JavaScript."
- canonical="tooltips.html"
+ title=`Tooltips`
+ description=`Enable tooltips everywhere in pure HTML, without JavaScript.`
+ canonical=`tooltips.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="tooltips-link"}
+ ${require('./_sidebar.html') active=`tooltips-link`}
diff --git a/docs/src/typography.html b/docs/src/typography.html
index 7e83632d..55cdc1fc 100644
--- a/docs/src/typography.html
+++ b/docs/src/typography.html
@@ -1,16 +1,18 @@
- ${require('./_head.html') title="Typography" description="All typographic
- elements are responsive, allowing text to scale gracefully across devices
- and viewports." canonical="typography.html" }
+ ${require('./_head.html')
+ title=`Typography`
+ description=`All typographic elements are responsive, allowing text to scale gracefully across devices and viewports.`
+ canonical=`typography.html`
+ }
${require('./_nav.html')}
- ${require('./_sidebar.html') active="typography-link"}
+ ${require('./_sidebar.html') active=`typography-link`}
diff --git a/docs/src/we-love-classes.html b/docs/src/we-love-classes.html
index 304f0d0f..e3718dfc 100644
--- a/docs/src/we-love-classes.html
+++ b/docs/src/we-love-classes.html
@@ -2,9 +2,9 @@
${require('./_head.html')
- title="We love .classes"
- description="As a starting point, Pico chose to be as neutral and semantic as possible using very few .classes. But of course, .classes are not a bad practice at all. Feel free to use modifiers."
- canonical="we-love-classes.html"
+ title=`We love .classes`
+ description=`As a starting point, Pico chose to be as neutral and semantic as possible using very few .classes. But of course, .classes are not a bad practice at all. Feel free to use modifiers.`
+ canonical=`we-love-classes.html`
}
@@ -12,7 +12,7 @@
${require('./_nav.html')}
- ${require('./_sidebar.html') active="we-love-classes-link"}
+ ${require('./_sidebar.html') active=`we-love-classes-link`}