bg-repeat, bg-no-repeat and the x/y/round/space variants. This family contains 6 generated classes in Nakshora 3.0.

Classes#

ClassGenerated CSS
bg-repeatbackground-repeat: repeat;
bg-no-repeatbackground-repeat: no-repeat;
bg-repeat-xbackground-repeat: repeat-x;
bg-repeat-ybackground-repeat: repeat-y;
bg-repeat-roundbackground-repeat: round;
bg-repeat-spacebackground-repeat: space;

Example#

example
html
<div class="bg-no-repeat">…</div>

Responsive & variants#

Every class here accepts screen prefixes (sm:xl:) and state variants — md:hover:p-4 style stacks compile to a single media query. See responsive/index|Responsive design and variants/index|Variants.

Best practices#

  • Patterns: bg-repeat with tiny tiles; heroes: bg-no-repeat

utilities/backgrounds/gradients|Gradients · colors/index|Colors