diff --git a/CHANGELOG.md b/CHANGELOG.md index ceb4d91..f555824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add explicit errors for unsupported `@apply` in nested CSS ([#161](https://github.com/tailwindlabs/tailwindcss-jit/pull/161)) - Add `TAILWIND_DISABLE_TOUCH` environment flag for using native bundler dependency tracking for template files (very experimental/unstable, only works in webpack 5) ([#162](https://github.com/tailwindlabs/tailwindcss-jit/pull/162)) -- Add `TAILWIND_TOUCH_ROOT` environment variable for overriding default touch file location (advanced) ([#152](https://github.com/tailwindlabs/tailwindcss-jit/pull/152)) +- Add `TAILWIND_TOUCH_DIR` environment variable for overriding default touch file location (advanced) ([#152](https://github.com/tailwindlabs/tailwindcss-jit/pull/152)) ## [0.1.10] - 2021-03-25 diff --git a/README.md b/README.md index 81a28ca..5d24d20 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +**As of [Tailwind CSS v2.1](https://blog.tailwindcss.com/tailwindcss-2-1) this project has been merged with [the core Tailwind CSS repository](https://github.com/tailwindlabs/tailwindcss) and all future development will happen there.** + +---

Tailwind CSS Just-In-Time