Tailwindcss-module: removeDeprecatedGapUtilities warning

Created on 18 Aug 2020  路  1Comment  路  Source: nuxt-community/tailwindcss-module

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.
bug

Most helpful comment

That's the expected behaviour of that flag. It's not a problem of this module

>All comments

That's the expected behaviour of that flag. It's not a problem of this module

Was this page helpful?
0 / 5 - 0 ratings