Just updated a project and keep getting removeDeprecatedGapUtilities warnings when I add the following in tailwind.config.js:
future: {
removeDeprecatedGapUtilities: true
},
info - You have opted-in to future-facing breaking changes: removeDeprecatedGapUtilities
info - These changes are stable and will be the default behavior in the next major version of Tailwind.
That's the expected behaviour of that flag. It's not a problem of this module
Most helpful comment
That's the expected behaviour of that flag. It's not a problem of this module