Skip to content

Commit 02e200f

Browse files
committed
docs: update
1 parent df084a7 commit 02e200f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Use Tailwind's `@apply` directive to style your CSS component. For example:
101101

102102
```css
103103
&[data-danger] {
104-
@apply bg-red text-white;
104+
@apply bg-red-700 text-white;
105105
}
106106
```
107107

0 commit comments

Comments
 (0)