Skip to content

Commit

Permalink
fix(simple-app): Revert tailwind config esm module change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Dec 20, 2024
1 parent 6e2f99f commit c9758aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/simple-app/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import tailwindcssAnimate from 'tailwindcss-animate';

/** @type {import('tailwindcss').Config} */
export default {
darkMode: ['class'],
Expand Down Expand Up @@ -52,5 +50,5 @@ export default {
},
},
},
plugins: [tailwindcssAnimate],
plugins: [require('tailwindcss-animate')],
};

0 comments on commit c9758aa

Please sign in to comment.