Skip to content

Commit

Permalink
Opt in to TailwindCSS V2 features
Browse files Browse the repository at this point in the history
  • Loading branch information
KHIT93 committed Sep 9, 2020
1 parent 30bdd17 commit 230afbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
'./src/**/*.html'
],
future: {
removeDeprecatedGapUtilities: true
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true
},
theme: {
container: {
Expand Down

0 comments on commit 230afbd

Please sign in to comment.