We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e19ca commit b3db105Copy full SHA for b3db105
src/featureFlags.js
@@ -58,17 +58,6 @@ export function issueFlagNotices(config) {
58
return
59
}
60
61
- if (futureFlagsEnabled(config).length > 0) {
62
- const changes = futureFlagsEnabled(config)
63
- .map(s => chalk.cyan(s))
64
- .join(', ')
65
-
66
- log.info([
67
- `You have opted-in to future-facing breaking changes: ${changes}`,
68
- 'These changes are stable and will be the default behavior in the next major version of Tailwind.',
69
- ])
70
- }
71
72
if (experimentalFlagsEnabled(config).length > 0) {
73
const changes = experimentalFlagsEnabled(config)
74
.map(s => chalk.yellow(s))
0 commit comments