Skip to content

carderne/tailwind-watch-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

tailwind-watch-issue

Environment

OS: Ubuntu 22.04
Node: v16.18.1
npm: 8.19.2

Reproduce

git clone https://github.com/carderne/tailwind-watch-issue.git
cd tailwind-watch-issue
echo 'text-red-700' > index.html
npx [email protected] -i input.css -o output.css --watch

In a separate terminal:

grep 'red-' output.css
# prints '.text-red-700 {'

sed -i 's/red/blue/g' index.html
grep 'blue-' output.css
# prints nothing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published