Skip to content

Commit f42cda6

Browse files
Update README.md
1 parent 5aece7d commit f42cda6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ The project is literally the [clsx](https://www.npmjs.com/package/clsx) project
4949
flexDirection('flex-row-reverse'),
5050
);
5151
```
52+
OR
53+
54+
```ts
55+
classnames(
56+
flexBox('flex', 'md:block', 'flex-row-reverse'),
57+
typography('text-black', 'hover:text-red-600', 'text-3xl', 'text-center', 'italic'),
58+
);
59+
```
5260

5361
❌ Incorrect
5462

0 commit comments

Comments
 (0)