From 60e636abfc9266bfd00aa41a3ce9413d8521bfea Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 17 Apr 2023 14:18:18 +0100 Subject: [PATCH] Add example of finding unknown classes --- README.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.markdown b/README.markdown index 93cc92e..b825a61 100644 --- a/README.markdown +++ b/README.markdown @@ -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: ```