Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias BackgroundRepeatKeyword
import { type BackgroundRepeatKeyword } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A <repeat-style> value, used within the background-repeat property to represent how a background image is repeated in a single direction.

See BackgroundRepeat.

definition:
| "repeat"
| "space"
| "round"
| "no-repeat"