You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this change, the output looked like this:
```
│ No input stylesheets provided. Searching for CSS files in the current directory and its subdirectories…
│ Error: Cannot find a CSS file where Tailwind CSS is setup.
Make sure to create a CSS file where Tailwind CSS is setup and try again.
```
After this change, it looks like this:
```
│ No input stylesheets provided. Searching for CSS files in the current directory and its subdirectories…
│ Error: Cannot find a CSS file where Tailwind CSS is setup.
│ Make sure to create a CSS file where Tailwind CSS is setup and try again.
```
0 commit comments