@@ -31,7 +31,7 @@ Use the `bg-repeat` utility to repeat the background image both vertically and h
31
31
32
32
``` html
33
33
<!-- [!code classes:bg-repeat] -->
34
- <div class =" bg-[url(/img/clouds.svg' )] bg-center bg-repeat ..." ></div >
34
+ <div class =" bg-[url(/img/clouds.svg)] bg-center bg-repeat ..." ></div >
35
35
```
36
36
37
37
</Figure >
@@ -48,7 +48,7 @@ Use the `bg-repeat-x` utility to only repeat the background image horizontally:
48
48
49
49
``` html
50
50
<!-- [!code classes:bg-repeat-x] -->
51
- <div class =" bg-[url(/img/clouds.svg' )] bg-center bg-repeat-x ..." ></div >
51
+ <div class =" bg-[url(/img/clouds.svg)] bg-center bg-repeat-x ..." ></div >
52
52
```
53
53
54
54
</Figure >
@@ -65,7 +65,7 @@ Use the `bg-repeat-y` utility to only repeat the background image vertically:
65
65
66
66
``` html
67
67
<!-- [!code classes:bg-repeat-y] -->
68
- <div class =" bg-[url(/img/clouds.svg' )] bg-center bg-repeat-y ..." ></div >
68
+ <div class =" bg-[url(/img/clouds.svg)] bg-center bg-repeat-y ..." ></div >
69
69
```
70
70
71
71
</Figure >
@@ -82,7 +82,7 @@ Use the `bg-repeat-space` utility to repeat the background image without clippin
82
82
83
83
``` html
84
84
<!-- [!code classes:bg-repeat-space] -->
85
- <div class =" bg-[url(/img/clouds.svg' )] bg-center bg-repeat-space ..." ></div >
85
+ <div class =" bg-[url(/img/clouds.svg)] bg-center bg-repeat-space ..." ></div >
86
86
```
87
87
88
88
</Figure >
@@ -99,7 +99,7 @@ Use the `bg-repeat-round` utility to repeat the background image without clippin
99
99
100
100
``` html
101
101
<!-- [!code classes:bg-repeat-round] -->
102
- <div class =" bg-[url(/img/clouds.svg' )] bg-center bg-repeat-round ..." ></div >
102
+ <div class =" bg-[url(/img/clouds.svg)] bg-center bg-repeat-round ..." ></div >
103
103
```
104
104
105
105
</Figure >
@@ -116,7 +116,7 @@ Use the `bg-no-repeat` utility to prevent a background image from repeating:
116
116
117
117
``` html
118
118
<!-- [!code classes:bg-no-repeat] -->
119
- <div class =" bg-[url(/img/clouds.svg' )] bg-center bg-no-repeat ..." ></div >
119
+ <div class =" bg-[url(/img/clouds.svg)] bg-center bg-no-repeat ..." ></div >
120
120
```
121
121
122
122
</Figure >
0 commit comments