Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add future property to simpleconfig stub #2372

Conversation

dextermb
Copy link
Contributor

Here's a start to adding the future property to the simpleconfig stub. I'm not sure on the best way to put the featureFlags.future into the file, but with some direction I'll gladly implement that too.

Closes #2370

@adamwathan
Copy link
Member

Honestly probably best to just put them in manually like this:

future: {
  // removeDeprecatedGapUtilities: true,
  // purgeLayersByDefault: true,
}

@dextermb
Copy link
Contributor Author

Honestly probably best to just put them in manually like this:

future: {
  // removeDeprecatedGapUtilities: true,
  // purgeLayersByDefault: true,
}

Done. Would be interesting to see if we can automate this process a little bit, but I suppose that'd require some more complex writes to the file during pre-commit or something.

@adamwathan adamwathan merged commit 2053d63 into tailwindlabs:master Sep 13, 2020
@dextermb dextermb deleted the feature/add-future-property-to-simpleconfig-stub branch September 13, 2020 20:06
adamwathan pushed a commit that referenced this pull request Sep 28, 2020
* Add future property to simpleconfig stub

* Add future flags manually
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"future" is not included in the simple config stub
2 participants