Skip to content

Commit ae8b477

Browse files
authored
Merge pull request tailwindlabs#196 from benface/next
Document `bg-repeat-round` and `bg-repeat-space`
2 parents f3b4b18 + 411e7cb commit ae8b477

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/docs/background-repeat.blade.md

+10
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ features:
3131
'background-repeat: repeat-y;',
3232
'Repeat the background image only vertically.',
3333
],
34+
[
35+
'.bg-repeat-round',
36+
'background-repeat: round;',
37+
'Repeat the background image as much as possible without clipping, stretching the image until there is room for another one to be added, leaving no gap between them.',
38+
],
39+
[
40+
'.bg-repeat-space',
41+
'background-repeat: space;',
42+
'Repeat the background image as much as possible without clipping, distributing whitespace evenly between the images.',
43+
],
3444
]
3545
])
3646

0 commit comments

Comments
 (0)