Skip to content

Commit 770fc2d

Browse files
authored
Update README.md
1 parent 2839e09 commit 770fc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ classname → definition:
4343

4444
```ts
4545
const definition = parse('w-48');
46-
// { prefix: 'w', property: 'width', value: '12rem' }
46+
// { property: 'width', value: '12rem' }
4747

4848
const definition = parse('md:hover:bg-red-200/50');
4949
/*

0 commit comments

Comments
 (0)