Skip to content

Commit 411e7cb

Browse files
committed
Document bg-repeat-round and bg-repeat-space
1 parent f6fa915 commit 411e7cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/docs/background-repeat.blade.md

Lines changed: 10 additions & 0 deletions
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)