Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Oct 4, 2023
1 parent 5ac737f commit 8c35e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ This feature may also be used to sort classes in any arbitrary string by definin
const tw = (strings, ...values) => String.raw({ raw: strings }, ...values)
```

Make sure you register this `tw` function via `tailwindFunctions` as explained above and have defined this function in your project. Once you've done so you may tag your strings with the function and the plugin will sort them:
Make sure you register this `tw` function via `tailwindFunctions` as explained above and have defined this function in your project. Once done, you may tag your strings with the function and the plugin will sort them:

```js
const mySortedClasses = tw`bg-white p-4 dark:bg-black`
Expand Down

0 comments on commit 8c35e0c

Please sign in to comment.