-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ensure we have no dependencies when `absoluteFilePath` is `null` This happens in the CLI where we don't have a guaranteed `path` for the config file. This can happen in practice if you use: ```console npx tailwindcss --content ./index.html -o ./output.css ``` ... and if you don't have a `tailwind.config.{js,ts,cjs,...}` in the current directory. * update changelog
- Loading branch information
1 parent
5b77b42
commit 8e85a86
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters