Skip to content

Commit

Permalink
Remove unneeded tailwind config variant definitions (#853)
Browse files Browse the repository at this point in the history
Because of Tailwind JIT mode (#810), defining extra variants in the
config is not needed anymore.
  • Loading branch information
studnitz authored Aug 12, 2021
1 parent 9899057 commit 57f57a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions stubs/inertia/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,5 @@ module.exports = {
},
},

variants: {
extend: {
opacity: ['disabled'],
},
},

plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
};
6 changes: 0 additions & 6 deletions stubs/livewire/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,5 @@ module.exports = {
},
},

variants: {
extend: {
opacity: ['disabled'],
},
},

plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
};

0 comments on commit 57f57a3

Please sign in to comment.