Skip to content

Commit

Permalink
Start preparing Tailwind CSS 2.0 support, 2.0 instroduces breaking ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
ixartz committed Oct 3, 2020
1 parent 111950b commit b252df5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ module.exports = {
},
variants: {},
plugins: [],
future: {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
},
};

0 comments on commit b252df5

Please sign in to comment.