Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tweak version nunber
  • Loading branch information
thecrypticace committed Jun 13, 2025
commit c61dfe6f9a1d1f6906cc98a216967cb5e684b794
2 changes: 1 addition & 1 deletion src/docs/upgrade-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ If you still need to use a JavaScript config file, you can load it explicitly us
@config "../../tailwind.config.js";
```

The `corePlugins`, `safelist`, and `separator` options from the JavaScript-based config are not supported in v4.0. To safelist utilities in v4.0 use [`@source inline()`](/docs/detecting-classes-in-source-files#safelisting-specific-utilities).
The `corePlugins`, `safelist`, and `separator` options from the JavaScript-based config are not supported in v4.0. To safelist utilities in v4 use [`@source inline()`](/docs/detecting-classes-in-source-files#safelisting-specific-utilities).

### Theme values in JavaScript

Expand Down