diff --git a/docs/_includes/base-wide.njk b/docs/_includes/base-wide.njk
index 74b3af98a..8d0ce9237 100644
--- a/docs/_includes/base-wide.njk
+++ b/docs/_includes/base-wide.njk
@@ -23,7 +23,7 @@
{# Web Awesome #}
-
+
diff --git a/docs/_includes/base.njk b/docs/_includes/base.njk
index 1f5e21128..9ec84b4a0 100644
--- a/docs/_includes/base.njk
+++ b/docs/_includes/base.njk
@@ -32,7 +32,7 @@
{# Web Awesome #}
-
+
diff --git a/docs/_layouts/blank.njk b/docs/_layouts/blank.njk
index 8807acc09..8dc25ef9a 100644
--- a/docs/_layouts/blank.njk
+++ b/docs/_layouts/blank.njk
@@ -21,7 +21,7 @@
{# Web Awesome #}
-
+
diff --git a/docs/assets/scripts/code-examples.js b/docs/assets/scripts/code-examples.js
index e7c55fa16..daa4d732c 100644
--- a/docs/assets/scripts/code-examples.js
+++ b/docs/assets/scripts/code-examples.js
@@ -19,7 +19,7 @@ document.addEventListener('click', event => {
const html =
`\n` +
`\n` +
- `\n` +
+ `\n` +
`\n\n` +
`${code.textContent}`;
const css = 'html > body {\n font: 16px sans-serif;\n padding: 2rem;\n}';
diff --git a/docs/docs/native/index.md b/docs/docs/native/index.md
index 3bab34503..8082143ae 100644
--- a/docs/docs/native/index.md
+++ b/docs/docs/native/index.md
@@ -8,13 +8,21 @@ Web Awesome works _with_ the platform, rather than trying to reinvent it.
If all you need is styles, you don’t need to use new `` elements!
We also provide styles that make native HTML elements look good so you can continue using what you know and gradually adopt Web Awesome as you see fit.
-To use all Web Awesome Native Styles, include the following stylesheet in your project:
+## Usage
+
+To use all Web Awesome page styles (including [utilities](/docs/utilities/)), include the following stylesheet in your project:
```html
-
+
```
-Here’s what we have so far:
+Or, to _only_ include styles for built-in elements:
+
+```html
+
+```
+
+## Elements
@@ -35,7 +43,7 @@ Instead of including Native Styles with a `` element, you can include it l
```html