Skip to content

Commit

Permalink
Add example of finding unknown classes
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade committed Apr 17, 2023
1 parent 299c325 commit 60e636a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Dry run: see what `tcs` does, without updating your HTML:
tcs css/tailwind.css < index.html | git diff --no-index index.html -
```

Find any classes not known by Tailwind:

```
tcs css/tailwind.css < index.html > /dev/null
```

Update your HTML file directly:

```
Expand Down

0 comments on commit 60e636a

Please sign in to comment.