Welcome to Vanilla Breeze
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
Represents side comments, disclaimers, caveats, and fine print. Rendered at a smaller font size.
The <small> element represents side comments, caveats, and legal disclaimers — text that is de-emphasized relative to the main content. VB styles it with var(--font-size-sm).
It does not mean "make text smaller" — it has semantic meaning indicating the content is supplementary or less prominent.
<section> with a smaller font classfont-size<hgroup><p>Sign up for our newsletter today!</p><p><small>By signing up, you agree to our Terms of Service and Privacy Policy.</small></p>
<footer> <p><small>© 2026 Vanilla Breeze. All rights reserved.</small></p></footer>
<p>This feature is available in all modern browsers. <small>(IE 11 is not supported.)</small></p>
<p>$49.99 <small>per month, billed annually</small></p>
small { font-size: var(--font-size-sm);}
VB uses the --font-size-sm token rather than a relative em value, ensuring consistency with the type scale.
<small> differently — the content is read normally<small><small> to make required text hard to read