Skip to content

Commit d0e2af2

Browse files
committed
Use real classes instead of bg-*
1 parent 860f4fd commit d0e2af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/docs/background-color.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const classes = {
3636

3737
### Setting the background color
3838

39-
Use the `bg-*` utilities to control the background color of an element.
39+
Use utilities like `bg-white`, `bg-indigo-500` and `bg-transparent` to control the background color of an element.
4040

4141
```html {{ example: true }}
4242
<div class="text-center">

src/pages/docs/background-position.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const classes = { utilities }
1414

1515
### Setting the background position
1616

17-
Use the `bg-*` utilities to control the position of an element's background image.
17+
Use utilities like `bg-center`, `bg-right`, and `bg-left-top` to the position of an element's background image.
1818

1919
```html {{ example: { p: 'none' } }}
2020
<div class="w-full">

0 commit comments

Comments
 (0)