diff --git a/docs/doc-fragments/toasts.js b/docs/doc-fragments/toasts.js index 56e03d9..f11da09 100644 --- a/docs/doc-fragments/toasts.js +++ b/docs/doc-fragments/toasts.js @@ -4,7 +4,7 @@ module.exports = { keywords: [`span`, `highlight`, `text highlighting`, `tag`, `primary`, `secondary`, `tertiary`, `inline-block`], description: `
mini.css provides you with toast messages (.toast
), allowing you to display native-looking notifications on mobile devices.
<span class="toast">This is a toast message!</span></mark>
`],
+ samples: [`<span class="toast">This is a toast message!</span>
`],
notes: [
`Toast elements do not have any pre-defined behavior, but you can use Javascript to add functionality to them.`
],
diff --git a/docs/v3/docs.html b/docs/v3/docs.html
index e72b711..e940af2 100644
--- a/docs/v3/docs.html
+++ b/docs/v3/docs.html
@@ -624,7 +624,7 @@
mini.css provides you with toast messages (.toast
), allowing you to display native-looking notifications on mobile devices.
<span class="toast">This is a toast message!</span></mark>
<span class="toast">This is a toast message!</span>